diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:39:10 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:39:10 -0500 |
commit | 77a318545d57aefa844752465b94c7e09a3f26d0 (patch) | |
tree | 55af00384fa493e77150be599424539ecdc6a51d /board/fads/fads.h | |
parent | 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (diff) | |
download | bootable_bootloader_goldelico_gta04-77a318545d57aefa844752465b94c7e09a3f26d0.zip bootable_bootloader_goldelico_gta04-77a318545d57aefa844752465b94c7e09a3f26d0.tar.gz bootable_bootloader_goldelico_gta04-77a318545d57aefa844752465b94c7e09a3f26d0.tar.bz2 |
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/fads/fads.h')
-rw-r--r-- | board/fads/fads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/fads/fads.h b/board/fads/fads.h index 7523781..c6f7ccd 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -250,7 +250,7 @@ */ #define CFG_JFFS2_SORT_FRAGMENTS -#endif /* CFG_CMD_JFFS2 */ +#endif /*----------------------------------------------------------------------- * Cache Configuration @@ -479,7 +479,7 @@ #define CONFIG_ISO_PARTITION 1 #undef CONFIG_ATAPI -#if 0 /* does not make sense when CFG_CMD_IDE is not enabled, too */ +#if 0 /* does not make sense when CONFIG_CMD_IDE is not enabled, too */ #define CONFIG_IDE_8xx_PCCARD 1 /* Use IDE with PC Card Adapter */ #endif #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ |