From ddc20d15371c6fccc57acdcabb01b084177189a8 Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Sun, 6 Apr 2014 20:57:49 +0200 Subject: ARM: mvebu: set default TEXT_BASE by SoC All current boards use the same TEXT_BASE, therefore set the default TEXT_BASE by SoC instead of by board. Signed-off-by: Sebastian Hesselbarth --- arch/arm/mach-mvebu/Kconfig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 70c49ecc6a..80e8687916 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -2,12 +2,10 @@ if ARCH_MVEBU config ARCH_TEXT_BASE hex - default 0x2000000 if MACH_PLATHOME_OPENBLOCKS_AX3 - default 0x2000000 if MACH_GLOBALSCALE_MIRABOX - default 0x2000000 if MACH_GLOBALSCALE_GURUPLUG - default 0x2000000 if MACH_USI_TOPKICK - default 0x2000000 if MACH_MARVELL_ARMADA_XP_GP - default 0x2000000 if MACH_SOLIDRUN_CUBOX + default 0x2000000 if ARCH_ARMADA_370 + default 0x2000000 if ARCH_ARMADA_XP + default 0x2000000 if ARCH_DOVE + default 0x2000000 if ARCH_KIRKWOOD choice prompt "Marvell EBU Processor" -- cgit v1.2.3