diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-11-22 08:21:04 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | 00ea76e8004e8582798123f3698f91b32514810f (patch) | |
tree | 6e0f8f55ea3ff6b3a809c96e3d4915ccda25c9c6 /board/samsung | |
parent | d76a0119c7980245e9fc13af28c4a594e34ab334 (diff) | |
download | u-boot-imx-00ea76e8004e8582798123f3698f91b32514810f.zip u-boot-imx-00ea76e8004e8582798123f3698f91b32514810f.tar.gz u-boot-imx-00ea76e8004e8582798123f3698f91b32514810f.tar.bz2 |
rockchip: Explicitly set CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN
Now that u-boot relocates the malloc area in SPL to SDRAM, with the
malloc area sitting below the SPL_STACK_R_ADDR the
SPL_STACK_R_MALLOC_SIMPLE_LEN needs to be set explicitly for
rockchip as its SPL_STACK_R_ADDR (512kb) is smaller then
STACK_R_MALLOC_SIMPLE_LEN (1Mb).
Using the same value as SYS_MALLOC_F_LEN (8kb) is enough to load u-boot
from SD card.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/samsung')
0 files changed, 0 insertions, 0 deletions