9
0
Fork 0

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 <sebastian.hesselbarth@gmail.com>
This commit is contained in:
Sebastian Hesselbarth 2014-04-06 20:57:49 +02:00 committed by Sascha Hauer
parent 90256ab908
commit ddc20d1537
1 changed files with 4 additions and 6 deletions

View File

@ -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"