ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 24 Feb 2015 13:26:18 +0000 (22:26 +0900)
committerTom Rini <trini@ti.com>
Tue, 24 Feb 2015 22:05:22 +0000 (17:05 -0500)
commit6d4d05b1e9e411c90934e78bae76263f07881186
treebea8a4de9685ef21c0185defd8ebb24c1f23672c
parent50bb94c9496113c8bb588c4d82f3d6c61279dc02
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>
arch/arm/cpu/armv7/uniphier/Kconfig