summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-03-01 15:31:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-02 09:11:24 +0100
commitcf2448a5840ac2c7b4ec400b9357e2a9b8e81b67 (patch)
tree64e10b6ffac6945a005566a084bb4a5324385ba6 /arch/arm/mach-bcm283x
parentdc9ef03ecbd81ba78cf825dc1399406eab8c51e7 (diff)
downloadbarebox-cf2448a5840ac2c7b4ec400b9357e2a9b8e81b67.tar.gz
barebox-cf2448a5840ac2c7b4ec400b9357e2a9b8e81b67.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-bcm283x')
-rw-r--r--arch/arm/mach-bcm283x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index e861268627..d9be1a9b65 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -2,7 +2,7 @@ if ARCH_BCM283X
config ARCH_TEXT_BASE
hex
- default 0x04000000
+ default 0x0
config MACH_RPI_COMMON
bool