]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/omap3_evm.h
spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.
authorScott Wood <scottwood@freescale.com>
Fri, 21 Sep 2012 00:09:07 +0000 (19:09 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 26 Nov 2012 21:41:25 +0000 (15:41 -0600)
commit6f2f01b9f30c390f216a065c8673c2c6933c0cbf
treef4f47699296d166f29ac955f7f05d2d22e3a8f5e
parent94a45bb19737435dfeafdb60e6fe765af3dc62f8
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.
16 files changed:
README
drivers/mtd/nand/Makefile
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/cam_enc_4xx.h
include/configs/da850evm.h
include/configs/devkit8000.h
include/configs/hawkboard.h
include/configs/igep00x0.h
include/configs/mcx.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_evm_quick_nand.h
include/configs/omap3_overo.h
include/configs/tam3517-common.h
include/configs/tricorder.h