Makefile: Add possibility to set entry-point for u-boot.img
authorStefan Roese <sr@denx.de>
Thu, 16 Aug 2012 15:54:52 +0000 (17:54 +0200)
committerStefan Roese <sr@denx.de>
Wed, 5 Dec 2012 16:31:26 +0000 (17:31 +0100)
commitb40bda6bd8b311d828a11dfa12df324cd51c3a55
treea5dfdf27bfbbb56099ef39ad9b4956bdada04fed
parent13b4f639495db2d351be3882eebc4fefdf42d5b4
Makefile: Add possibility to set entry-point for u-boot.img

This patch enabled boards using the SPL framework to set
an entry point in the U-Boot mkimage image "u-boot.img".
Until now the entry point in the header has been set to 0.
By setting CONFIG_SYS_UBOOT_START in the board header, boards
can override this default location.

This will be used by the upcoming a3m071 MPC5200 board port.

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