
25 Sep
2012
25 Sep
'12
1:55 a.m.
On Fri, Sep 21, 2012 at 07:01:21PM -0500, Scott Wood wrote:
This will be used by SPL builds that do not use the standard nand_base.c and friends.
[snip]
--- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile
[snip]
+ifdef CONFIG_SPL_NAND_MINIMAL +# minimal-only files go here else +CONFIG_SPL_NAND_ECC=y +CONFIG_SPL_NAND_BASE=y +CONFIG_SPL_NAND_DRIVERS=y +endif
OK, why don't we just use these as regular board-config.h file based options? We already have to set a number of CONFIG_SYS_NAND defines.
--
Tom