summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 18:24:55 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 18:48:04 -0500
commitb9307262f8a9f3b5c9e15a6067eadc17407146f6 (patch)
treef0578ce3096876193b7ea3e47f618cdf6f88d000 /board/dave/PPChameleonEVB
parentfcec2eb93e126400009729328e797f12bc94f1fd (diff)
downloadblackbird-obmc-uboot-b9307262f8a9f3b5c9e15a6067eadc17407146f6.tar.gz
blackbird-obmc-uboot-b9307262f8a9f3b5c9e15a6067eadc17407146f6.zip
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/dave/PPChameleonEVB')
-rw-r--r--board/dave/PPChameleonEVB/nand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dave/PPChameleonEVB/nand.c b/board/dave/PPChameleonEVB/nand.c
index 841d6fb818..09c0b043e7 100644
--- a/board/dave/PPChameleonEVB/nand.c
+++ b/board/dave/PPChameleonEVB/nand.c
@@ -23,7 +23,7 @@
#include <common.h>
-#if (CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)
+#if defined(CONFIG_CMD_NAND)
#include <nand.h>
@@ -115,4 +115,4 @@ int board_nand_init(struct nand_chip *nand)
nand->options = NAND_SAMSUNG_LP_OPTIONS;
return 0;
}
-#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) */
+#endif
OpenPOWER on IntegriCloud