From 586bde93eb14652c48f007a80f91c79b30c94a61 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Mon, 27 Aug 2018 15:57:08 +0530 Subject: arm: K3: Add initial support for TI's K3 generation of SoCs Add support for Texas Instruments' K3 Generation Processor families. Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index d96e3373c1..1aadf5dd2d 100644 --- a/Kconfig +++ b/Kconfig @@ -453,7 +453,7 @@ config SYS_EXTRA_OPTIONS config SYS_TEXT_BASE depends on !NIOS2 && !XTENSA depends on !EFI_APP - default 0x80800000 if ARCH_OMAP2PLUS + default 0x80800000 if ARCH_OMAP2PLUS || ARCH_K3 default 0x4a000000 if ARCH_SUNXI && !MACH_SUN9I && !MACH_SUN8I_V3S default 0x2a000000 if ARCH_SUNXI && MACH_SUN9I default 0x42e00000 if ARCH_SUNXI && MACH_SUN8I_V3S -- cgit v1.2.3