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 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index bbf4784..1cf990d 100644 --- a/Kconfig +++ b/Kconfig @@ -286,7 +286,7 @@ config SYS_EXTRA_OPTIONS config SYS_TEXT_BASE depends on ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ (M68K && !TARGET_ASTRO_MCF5373L) || MICROBLAZE || MIPS || \ - ARCH_ZYNQ + ARCH_ZYNQ || ARCH_KEYSTONE depends on !EFI_APP hex "Text Base" help -- cgit v1.1