]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPL: Enable use of custom defined U-Boot entry point
authorStefan Roese <sr@denx.de>
Tue, 28 Aug 2012 08:50:59 +0000 (10:50 +0200)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 18:20:27 +0000 (11:20 -0700)
commit3c6f8a0d19c0c8e2cee3dae933dbc5a75e29906d
tree6b4e36cb8864f9c46d2e98f20256c3c371687850
parenta4cc1c487757fe71ee13adead888c8010191c961
SPL: Enable use of custom defined U-Boot entry point

By setting CONFIG_SYS_UBOOT_START boards can now use a different entry
point for their U-Boot image. So the U-Boot entry point is not fixed
to CONFIG_SYS_TEXT_BASE any more.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
common/spl/spl.c