summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/eukrea_cpuimx51_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-28 14:15:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-29 10:06:31 +0200
commit85d099f89c362865a84a9c07f5c3df119174af24 (patch)
tree28945e567b4f21b82865293ff86fb5d039186806 /arch/arm/configs/eukrea_cpuimx51_defconfig
parentfd4c51aa28acfd61e1802cb5ab1197d808e7da82 (diff)
downloadbarebox-85d099f89c362865a84a9c07f5c3df119174af24.tar.gz
barebox-85d099f89c362865a84a9c07f5c3df119174af24.tar.xz
ARM defconfigs: Use TLSF malloc on defconfigs getting too big
Several boards are getting bigger than their specified maximum binary size of 256Kb. Enable the TLSF allocator for them which is smaller than the original dlmalloc. The changed defconfigs are: eukrea_cpuimx25_defconfig eukrea_cpuimx35_defconfig eukrea_cpuimx51_defconfig usb_a9260_defconfig usb_a9263_128mib_defconfig usb_a9263_defconfig usb_a9g20_128mib_defconfig usb_a9g20_defconfig Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/eukrea_cpuimx51_defconfig')
-rw-r--r--arch/arm/configs/eukrea_cpuimx51_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/eukrea_cpuimx51_defconfig b/arch/arm/configs/eukrea_cpuimx51_defconfig
index f6fd7bcb37..7261796b33 100644
--- a/arch/arm/configs/eukrea_cpuimx51_defconfig
+++ b/arch/arm/configs/eukrea_cpuimx51_defconfig
@@ -7,6 +7,7 @@ CONFIG_MMU=y
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x40000
CONFIG_MALLOC_SIZE=0x2000000
CONFIG_EXPERIMENTAL=y
+CONFIG_MALLOC_TLSF=y
CONFIG_LONGHELP=y
CONFIG_GLOB=y
CONFIG_HUSH_FANCY_PROMPT=y