commit | a402da356eead026d27df1691c4999ca97870e1c | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:42 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:05 2013 +0200 |
tree | a9809db7b9be19e98f90ba01fd9f56bc393fffa2 | |
parent | 4b0dbbab12439f320e2a5e4b26d268b1d2bf544b [diff] |
arm: start.S: Fix _TEXT_BASE for SPL _TEXT_BASE must be set to CONFIG_SPL_TEXT_BASE for generic SPL, and to CONFIG_SYS_TEXT_BASE for non-SPL builds. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Reviewed-by: Tom Rini <trini@ti.com>