commit | 4d82c4b53e3c911f21383a547477d6f5916c17a7 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Jan 06 16:32:12 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 08 08:31:46 2017 -0500 |
tree | 8c155d64a2824b9bf018d6ee09329a3878f8f391 | |
parent | 7410f1464e3fc2e35761160176c8ce14c5122bc9 [diff] |
am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASE The SPL load address changes based on boot type in HS devices, ISW_ENTRY_ADDR is used to set this address for AM43xx based SoCs for similar reasons. Add this same logic for AM33xx devices. Also make the default value for ISW_ENTRY_ADDR correct for GP devices based on SoC, HS devices already pick the correct value in their defconfig. Signed-off-by: Andrew F. Davis <afd@ti.com>