summaryrefslogtreecommitdiff
path: root/configs/k2e_evm_defconfig
diff options
context:
space:
mode:
authorMadan Srinivas <madans@ti.com>2017-04-07 10:00:08 -0500
committerTom Rini <trini@konsulko.com>2017-04-08 21:35:06 -0400
commit546b3129d715604150fc65d4ea57a3e1881da9c1 (patch)
tree24f6eebcd65928889acf66f317deefb133c75117 /configs/k2e_evm_defconfig
parent4fce6554dcc9dc9077fa89b61c675e08f9090bfe (diff)
Kconfig: Adds SYS_TEXT_BASE config option for Keystone2
This patch makes SYS_TEXT_BASE a config option for Keystone2 so that it can be used to load u-boot at different addresses on secure and non-secure Keystone2 devices. Signed-off-by: Madan Srinivas <madans@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/k2e_evm_defconfig')
-rw-r--r--configs/k2e_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig
index d319705b67..63db1aef7c 100644
--- a/configs/k2e_evm_defconfig
+++ b/configs/k2e_evm_defconfig
@@ -7,6 +7,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_SPL_POWER_SUPPORT=y
+CONFIG_SYS_TEXT_BASE=0x0c000000
CONFIG_DEFAULT_DEVICE_TREE="keystone-k2e-evm"
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y