diff options
author | Wolfgang Denk | 2006-07-21 15:24:56 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-07-21 15:24:56 +0200 |
commit | 966083e95f5ba2bf4a1723b19313e69c14b60092 (patch) | |
tree | 511a1ed8d7147e38a8437a2afa26dcc221b0c471 /board/fads | |
parent | 144f7795eefae2997dbac461fc150fe9bd9057c8 (diff) |
More code cleanup
Diffstat (limited to 'board/fads')
-rw-r--r-- | board/fads/fads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/fads/fads.h b/board/fads/fads.h index e981be03b5a..41f18b5cf54 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -467,7 +467,9 @@ #define CONFIG_ISO_PARTITION 1 #undef CONFIG_ATAPI +#if 0 /* does not make sense when CFG_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 */ #undef CONFIG_IDE_LED /* LED for ide not supported */ #undef CONFIG_IDE_RESET /* reset for ide not supported */ |