]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
Makefile: Add target for combined spl/u-boot.bin & u-boot.img
authorStefan Roese <sr@denx.de>
Fri, 24 Aug 2012 15:36:53 +0000 (17:36 +0200)
committerStefan Roese <sr@denx.de>
Wed, 5 Dec 2012 16:31:30 +0000 (17:31 +0100)
commitfb3d2b8a3fc26ffb0127fd0fed90ff5f074e67d7
tree66f214c9cd4abc446aa7bd1e23c0b46700a47964
parentb40bda6bd8b311d828a11dfa12df324cd51c3a55
Makefile: Add target for combined spl/u-boot.bin & u-boot.img

This new make target "u-boot-img.bin" consists of the U-Boot
SPL image with the real, full-blown U-Boot image 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 a3m071 MPC5200 board port.

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