9
0
Fork 0

ARM: rpi: always build relocatable image

Makes more space available for the malloc area and will allow
to switch to multi-image later on.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2017-03-01 15:31:35 +01:00 committed by Sascha Hauer
parent dc9ef03ecb
commit cf2448a584
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ config ARCH_BCM283X
select CLOCKSOURCE_BCM283X
select ARM_AMBA
select HAS_DEBUG_LL
select RELOCATABLE
menu "System Type"

View File

@ -2,7 +2,7 @@ if ARCH_BCM283X
config ARCH_TEXT_BASE
hex
default 0x04000000
default 0x0
config MACH_RPI_COMMON
bool