commit | 54c866ad8f4f910063cfcb67420a19e632255646 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Fri Jan 19 15:32:47 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 09:39:15 2018 -0500 |
tree | 9f745ea5615ff39d6b9fe409ae3cbd4806e4af94 | |
parent | df664c05327d5a0aa179fe2ed660bf297a6eae8e [diff] |
configs: Replace CONFIG_ISW_ENTRY_ADDR with CONFIG_SYS_TEXT_BASE Since 7e0ed13 ("Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig"), a default SYS_TEXT_BASE was set for all ARCH_OMAP2PLUS devices. CONFIG_ISW_ENTRY_ADDR is used to set SYS_TEXT_BASE in qspi boot. Simplify this by directly assigning SYS_TEXT_BASE in the defconfig. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>