]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Add target for combined u-boot.img & spl/u-boot.bin
authorStefan Roese <sr@denx.de>
Fri, 22 Feb 2013 10:36:50 +0000 (11:36 +0100)
committerStefan Roese <sr@denx.de>
Mon, 22 Apr 2013 07:53:53 +0000 (09:53 +0200)
commitecddccd006e0d5ee2d0336175d787839460dc66b
treef744a2bc15f544347a68c1815485cae7fcbe623d
parent98f99e9f16462fa07ad0b0cd0c7c0d2623a6da87
Makefile: Add target for combined u-boot.img & spl/u-boot.bin

This new make target "u-boot-img-spl-at-end.bin" consists of the
the real, full-blown U-Boot image and the U-Boot SPL binary
directly attached to it. The full-blown U-Boot image has the
mkimage header included, with its load-address and entry-point.

This will be used by the upcoming lwmon5 PPC440EPx derivate board
port.

Signed-off-by: Stefan Roese <sr@denx.de>
Makefile
config.mk