Skip to content
Snippets Groups Projects
Commit 518f0bcc authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

board_init_f_mem(): Don't create an unused early malloc() area


Change the #ifdef so that the early malloc() area is not set up in SPL if
CONFIG_SYS_SPL_MALLOC_START is defined. In that case it would never actually
be used, and just chews up stack space.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 12360982
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment