Home
last modified time | relevance | path

Searched hist:b40bda6bd8b311d828a11dfa12df324cd51c3a55 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefileb40bda6bd8b311d828a11dfa12df324cd51c3a55 Thu Aug 16 10:54:52 CDT 2012 Stefan Roese <sr@denx.de> 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>