Re: [U-Boot] [PATCH v2] Fix NAND booting make target

2010-11-24 Thread Wolfgang Denk
Dear Stefan Roese, In message <1290579175-28208-1-git-send-email...@denx.de> you wrote: > Without this fix, the NAND_SPL target (in nand_spl/) is not built > at all for those boards defining NAND_U_BOOT=y in boards.cfg. > > Signed-off-by: Stefan Roese > Cc: Scott Wood > --- > v2: > - Don't chan

[U-Boot] [PATCH v2] Fix NAND booting make target

2010-11-23 Thread Stefan Roese
Without this fix, the NAND_SPL target (in nand_spl/) is not built at all for those boards defining NAND_U_BOOT=y in boards.cfg. Signed-off-by: Stefan Roese Cc: Scott Wood --- v2: - Don't change toplevel Makefile but fix boards.cfg as suggested by Scott Wood. boards.cfg | 20 ++-