summaryrefslogtreecommitdiffstats
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-09-20 19:09:07 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:25 -0600
commit6f2f01b9f30c390f216a065c8673c2c6933c0cbf (patch)
treef4f47699296d166f29ac955f7f05d2d22e3a8f5e /include/configs/am3517_evm.h
parent94a45bb19737435dfeafdb60e6fe765af3dc62f8 (diff)
downloadblackbird-obmc-uboot-6f2f01b9f30c390f216a065c8673c2c6933c0cbf.tar.gz
blackbird-obmc-uboot-6f2f01b9f30c390f216a065c8673c2c6933c0cbf.zip
spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.
Some small SPLs do not use nand_base.c, and a subset of those also require a special driver. Some SPLs need software ECC but others can't fit it. All existing boards that specify CONFIG_SPL_NAND_SUPPORT have these symbols added to preserve existing behavior. Signed-off-by: Scott Wood <scottwood@freescale.com> -- v2: use positive logic for including bits of NAND, rather than a MINIMAL symbol that excludes things.
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index ce71d1335c..f8332759d8 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -336,6 +336,9 @@
#define CONFIG_SPL_FAT_SUPPORT
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_NAND_SUPPORT
+#define CONFIG_SPL_NAND_BASE
+#define CONFIG_SPL_NAND_DRIVERS
+#define CONFIG_SPL_NAND_ECC
#define CONFIG_SPL_POWER_SUPPORT
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
OpenPOWER on IntegriCloud