
25 Jan
2012
25 Jan
'12
8:03 p.m.
On Wed, Jan 25, 2012 at 11:55 AM, Scott Wood scottwood@freescale.com wrote:
On 01/25/2012 12:19 PM, Tom Rini wrote:
Maybe we should poke <command.h> to nop out U_BOOT_CMD for CONFIG_SPL_BUILD? OTOH, #ifndef'ing U_BOOT_CMD and the code itself gets us a space savings we wouldn't get otherwise (I suspect giving the MTD/NAND issue I've mentioned before)...
Commands should be stripped out already with the new SPL -- that's what the (unfortunately uncommented) sed command in GEN_UBOOT appears to be doing.
Ah that's right. Should be easy enough to test on say beagleboard, along with a patch to make <commands.h> do the right thing.
--
Tom