commit | f7f05a929bcc293bcf2a4820152bb18ea39cf4c0 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Aug 16 17:54:52 2012 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Dec 05 17:31:26 2012 +0100 |
tree | a5dfdf27bfbbb56099ef39ad9b4956bdada04fed | |
parent | e1b8d0b2319ffba07f6aa91fb667023177a5a33e [diff] |
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>