[U-Boot] [PATCH] Introduce the Tertiary Program loader

Mike Frysinger vapier at gentoo.org
Wed Nov 24 22:52:48 CET 2010


On Wednesday, November 24, 2010 16:25:28 Haiying.Wang at freescale.com wrote:
> +ifeq ($(CONFIG_TPL_U_BOOT),y)
> +$(U_BOOT_NAND): $(NAND_SPL) $(TPL_BOOT) $(obj)u-boot.bin
> +		cat $(obj)nand_spl/u-boot-spl-16k.bin $(obj)tpl/u-boot-tpl.bin
> $(obj)u-boot.bin > $(obj)u-boot-nand.bin
> +else
>  $(U_BOOT_NAND):	$(NAND_SPL) $(obj)u-boot.bin
>  		cat $(obj)nand_spl/u-boot-spl-16k.bin $(obj)u-boot.bin >
> $(obj)u-boot-nand.bin +endif

this looks doomed to failure.  why not introduce a new variable like 
NAND_SPL_OBJS-y and pass that in to cat ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20101124/10a849f6/attachment.pgp 


More information about the U-Boot mailing list