From 546b3129d715604150fc65d4ea57a3e1881da9c1 Mon Sep 17 00:00:00 2001 From: Madan Srinivas Date: Fri, 7 Apr 2017 10:00:08 -0500 Subject: 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 Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini Reviewed-by: Lokesh Vutla --- configs/k2hk_evm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/k2hk_evm_defconfig') diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig index b22086d477..12b80472d9 100644 --- a/configs/k2hk_evm_defconfig +++ b/configs/k2hk_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-k2hk-evm" CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_CONSOLE_INFO_QUIET=y -- cgit v1.2.3