diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-11 21:50:41 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-12 00:22:49 +0900 |
commit | 0d8c7f747ee508c13a7a1682013de8e7b3f1f32e (patch) | |
tree | ffc0cb288fa989ec119aa9df6269430450d30d7f /include/faraday/ftsdc010.h | |
parent | 2d5d1c9e293ac1e29f1e0f067aa381be44e8e844 (diff) | |
download | blackbird-obmc-uboot-0d8c7f747ee508c13a7a1682013de8e7b3f1f32e.tar.gz blackbird-obmc-uboot-0d8c7f747ee508c13a7a1682013de8e7b3f1f32e.zip |
ARM: UniPhier: decrease pre-reloc malloc area size
In the current implementation of the boot sequence of UniPhier
platform, 32KB temporary RAM is available before relocation.
The malloc area and the stack shares the 32KB area.
With CONFIG_SYS_MALLOC_F_LEN set to 0x7000 (28KB), only 0x1000 (4KB)
is left for the stack. In some use cases, the system hangs up
with stack over-flow.
Even with driver-model UART enabled, the malloc area of 0x2000 (8KB)
should be enough.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/faraday/ftsdc010.h')
0 files changed, 0 insertions, 0 deletions