summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/vexpress_defconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-10-12 12:26:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-10-16 09:31:41 +0200
commit13f67845afc084805c631ad537241b5046c33858 (patch)
treefe7bef61d9158299286a5a183ba1dcf00726b079 /arch/arm/configs/vexpress_defconfig
parentf5fb5c8f2fd2ad229bfd8d62683b002c2a6f62ba (diff)
downloadbarebox-13f67845afc084805c631ad537241b5046c33858.tar.gz
barebox-13f67845afc084805c631ad537241b5046c33858.tar.xz
ARM: vexpress: always build relocatable image
This allows to make more space available for the malloc area and allows us to drop the special CA9 defconfig, which had a different text base. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/vexpress_defconfig')
-rw-r--r--arch/arm/configs/vexpress_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index 94fe1eaa72..e31da4a8c6 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARCH_VEXPRESS=y
CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
+CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
CONFIG_PROMPT="vexpress: "
CONFIG_GLOB=y