diff options
author | Madan Srinivas <madans@ti.com> | 2017-04-07 10:00:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:35:06 -0400 |
commit | 546b3129d715604150fc65d4ea57a3e1881da9c1 (patch) | |
tree | 24f6eebcd65928889acf66f317deefb133c75117 /Kconfig | |
parent | 4fce6554dcc9dc9077fa89b61c675e08f9090bfe (diff) | |
download | u-boot-546b3129d715604150fc65d4ea57a3e1881da9c1.tar.gz |
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-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |