diff options
| author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:19:09 -0500 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:47:45 -0500 | 
| commit | fcec2eb93e126400009729328e797f12bc94f1fd (patch) | |
| tree | 60c97658e0db6ed1d3005d5caa4dd2d6f9784420 /board/cpc45/cpc45.c | |
| parent | a593814f2be0c9cdc3133cd550b167b8a988328f (diff) | |
| download | olio-uboot-2014.01-fcec2eb93e126400009729328e797f12bc94f1fd.tar.xz olio-uboot-2014.01-fcec2eb93e126400009729328e797f12bc94f1fd.zip | |
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/cpc45/cpc45.c')
| -rw-r--r-- | board/cpc45/cpc45.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index 5db7db300..c9dab7809 100644 --- a/board/cpc45/cpc45.c +++ b/board/cpc45/cpc45.c @@ -240,7 +240,7 @@ int sysControlDisplay (int digit,	/* number of digit 0..7 */  	return (0);  } -#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA) || defined(CONFIG_CMD_PCMCIA) +#if defined(CONFIG_CMD_PCMCIA)  #ifdef CFG_PCMCIA_MEM_ADDR  volatile unsigned char *pcmcia_mem = (unsigned char*)CFG_PCMCIA_MEM_ADDR; |