commit | 5f16992efc20849c1c18650204a9b65e7ed45b9f | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Aug 28 10:50:59 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 11:20:27 2012 -0700 |
tree | 6b4e36cb8864f9c46d2e98f20256c3c371687850 | |
parent | 1e2abf9845516e6a1101d5801a2cfca7435a8606 [diff] |
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>