diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:31:28 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:48:06 -0500 |
commit | c508a4cefd8a953fc64957650506a035e6e3d9d1 (patch) | |
tree | 8d6dfc5e3cabb62bc916cc989a613aa3d3534396 /board/fads/fads.h | |
parent | b9307262f8a9f3b5c9e15a6067eadc17407146f6 (diff) | |
download | u-boot-imx-c508a4cefd8a953fc64957650506a035e6e3d9d1.zip u-boot-imx-c508a4cefd8a953fc64957650506a035e6e3d9d1.tar.gz u-boot-imx-c508a4cefd8a953fc64957650506a035e6e3d9d1.tar.bz2 |
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/fads/fads.h')
-rw-r--r-- | board/fads/fads.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/fads/fads.h b/board/fads/fads.h index ac37f96..8558b74 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -120,7 +120,7 @@ #define CFG_HUSH_PARSER #define CFG_PROMPT_HUSH_PS2 "> " #define CFG_LONGHELP /* #undef to save memory */ -#if (CONFIG_COMMANDS & CFG_CMD_KGDB) || defined(CONFIG_CMD_KGDB) +#if defined(CONFIG_CMD_KGDB) #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */ #else #define CFG_CBSIZE 256 /* Console I/O Buffer Size */ @@ -219,7 +219,7 @@ #define CFG_DIRECT_FLASH_TFTP -#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) || defined(CONFIG_CMD_JFFS2) +#if defined(CONFIG_CMD_JFFS2) /* * JFFS2 partitions @@ -251,7 +251,7 @@ /*----------------------------------------------------------------------- * I2C configuration */ -#if (CONFIG_COMMANDS & CFG_CMD_I2C) || defined(CONFIG_CMD_I2C) +#if defined(CONFIG_CMD_I2C) #define CONFIG_HARD_I2C 1 /* I2C with hardware support */ #define CFG_I2C_SPEED 400000 /* I2C speed and slave address defaults */ #define CFG_I2C_SLAVE 0x7F |