commit | 06a021be717968b91d83e6fbc47497ac2b8ea1fe | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 15 12:31:48 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 14:57:27 2022 -0400 |
tree | 6f30f720093f30f1660917f275a5f957236a69ad | |
parent | 71517c0f5c494c10cc14a87fbf157f61d075a1ad [diff] |
spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR The ISW_ENTRY_ADDR symbol was used for OMAP devices in place of SPL_TEXT_BASE. Keystone2 HS devices were not using it right either. Remove ISW_ENTRY_ADDR and use SPL_TEXT_BASE directly. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>