summaryrefslogtreecommitdiffstats
path: root/board/esd/ash405/ash405.c
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/esd/ash405/ash405.c
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/esd/ash405/ash405.c')
-rw-r--r--board/esd/ash405/ash405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ash405/ash405.c b/board/esd/ash405/ash405.c
index 5ea3c4dee5..f41eb7b22c 100644
--- a/board/esd/ash405/ash405.c
+++ b/board/esd/ash405/ash405.c
@@ -238,7 +238,7 @@ int testdram (void)
/* ------------------------------------------------------------------------- */
-#if (CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)
+#if defined(CONFIG_CMD_NAND)
#include <linux/mtd/nand_legacy.h>
extern struct nand_chip nand_dev_desc[CFG_MAX_NAND_DEVICE];
OpenPOWER on IntegriCloud