summaryrefslogtreecommitdiffstats
path: root/include/configs/bfin_adi_common.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-11 17:29:35 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:26 -0500
commitb7659ef2e764f62fc334f0d970721496823e4888 (patch)
tree1413ff4b1a5a226b2219db4c7a21a3892d3e08c5 /include/configs/bfin_adi_common.h
parent7527feef06b13e9fd5b6d10a4bfc81b59ee56f27 (diff)
downloadblackbird-obmc-uboot-b7659ef2e764f62fc334f0d970721496823e4888.tar.gz
blackbird-obmc-uboot-b7659ef2e764f62fc334f0d970721496823e4888.zip
Blackfin: bf527-ezkit: auto-select NAND settings
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r--include/configs/bfin_adi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 42f4cbcfdd..db10ccca7c 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -45,7 +45,7 @@
# define CONFIG_CMD_USB_STORAGE
# define CONFIG_DOS_PARTITION
# endif
-# ifdef CONFIG_NAND_PLAT
+# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
# define CONFIG_CMD_NAND
# endif
# ifdef CONFIG_POST
OpenPOWER on IntegriCloud