1
0
Fork 0

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>
utp
Masahiro Yamada 2015-02-24 22:26:18 +09:00 committed by Tom Rini
parent 50bb94c949
commit 6d4d05b1e9
1 changed files with 1 additions and 1 deletions

View File

@ -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"