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

Move board_init_f_mem() into a common location


This function will be used by both SPL and U-Boot proper. So move it into
a common place. Also 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>
parent 47b71644
No related branches found
No related tags found
No related merge requests found
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