summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-24 22:26:18 +0900
committerTom Rini <trini@ti.com>2015-02-24 17:05:22 -0500
commit6d4d05b1e9e411c90934e78bae76263f07881186 (patch)
treebea8a4de9685ef21c0185defd8ebb24c1f23672c /arch/arm
parent50bb94c9496113c8bb588c4d82f3d6c61279dc02 (diff)
downloadtalos-obmc-uboot-6d4d05b1e9e411c90934e78bae76263f07881186.tar.gz
talos-obmc-uboot-6d4d05b1e9e411c90934e78bae76263f07881186.zip
ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
It is true that malloc is necessary for Driver Model before relocation, but there is no good reason to reserve the malloc space more than enough. The default value 0x400 works well. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/cpu/armv7/uniphier/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/uniphier/Kconfig b/arch/arm/cpu/armv7/uniphier/Kconfig
index 1a47ac9029..8fdef28c02 100644
--- a/arch/arm/cpu/armv7/uniphier/Kconfig
+++ b/arch/arm/cpu/armv7/uniphier/Kconfig
@@ -52,7 +52,7 @@ config SYS_MALLOC_F
default y
config SYS_MALLOC_F_LEN
- default 0x2000
+ default 0x400
config CMD_PINMON
bool "Enable boot mode pins monitor command"
OpenPOWER on IntegriCloud