[U-Boot] [PATCH v4 6/6] arm, davinci: Add support for generating AIS images to the Makefile
Mike Frysinger
vapier at gentoo.org
Fri Dec 2 22:24:16 CET 2011
On Friday 02 December 2011 11:12:10 Christian Riesch wrote:
> +$(obj)u-boot.ais: $(obj)spl/u-boot-spl.bin $(obj)u-boot.bin
> + $(obj)tools/mkimage -s -n /dev/null -T aisimage \
> + -e $(CONFIG_SPL_TEXT_BASE) -d $(obj)spl/u-boot-spl.bin \
> + $(obj)spl/u-boot-spl.ais
> + $(OBJCOPY) ${OBJCFLAGS} -I binary \
> + --pad-to=$(CONFIG_SPL_MAX_SIZE) -O binary \
> + $(obj)spl/u-boot-spl.ais $(obj)spl/u-boot-spl-pad.ais
> + cat $(obj)spl/u-boot-spl-pad.ais $(obj)u-boot.bin > \
> + $(obj)u-boot.ais
lack of indentation on wrapped lines makes it hard to see what's going on
> + rm $(obj)spl/u-boot-spl.ais
> + rm $(obj)spl/u-boot-spl-pad.ais
rm $(obj)spl/u-boot-spl{,-pad}.ais
-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/20111202/8861870e/attachment.pgp>
More information about the U-Boot
mailing list