On Wednesday, November 24, 2010 16:25:28 haiying.w...@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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to