Re: [U-Boot] [PATCH 16/17] SPL: Enhance drivers/mtd/nand/nand_spl_load.c

2012-08-24 Thread Scott Wood
On 08/15/2012 04:30 PM, Tom Rini wrote: > Takes the load function from arch/arm/lib/spl_nand.c instead. This will > allow for easier integration of SPL-boots-Linux code on other arches. > Kill off CONFIG_SPL_NAND_LOAD as a separate option. I would have complained about the loss of a small CONFIG_

[U-Boot] [PATCH 16/17] SPL: Enhance drivers/mtd/nand/nand_spl_load.c

2012-08-15 Thread Tom Rini
Takes the load function from arch/arm/lib/spl_nand.c instead. This will allow for easier integration of SPL-boots-Linux code on other arches. Kill off CONFIG_SPL_NAND_LOAD as a separate option. Signed-off-by: Tom Rini --- arch/arm/cpu/arm926ejs/davinci/spl.c |2 +- arch/arm/lib/Makefile