commit | 07a78db11583470a9aef7f4562c5209c2007189c | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Feb 22 11:36:50 2013 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Apr 22 09:53:53 2013 +0200 |
tree | f744a2bc15f544347a68c1815485cae7fcbe623d | |
parent | 07038adb3310f21555f6f317099a343b604b28df [diff] |
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>