summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMadan Srinivas <madans@ti.com>2017-04-07 15:00:08 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:35:06 (GMT)
commit546b3129d715604150fc65d4ea57a3e1881da9c1 (patch)
tree24f6eebcd65928889acf66f317deefb133c75117 /Kconfig
parent4fce6554dcc9dc9077fa89b61c675e08f9090bfe (diff)
downloadu-boot-546b3129d715604150fc65d4ea57a3e1881da9c1.tar.xz
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 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
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