u-boot-brain/common/init
Simon Glass 518f0bccc4 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: Simon Glass <sjg@chromium.org>
Tested-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-10-24 13:50:35 -04:00
..
board_init.c board_init_f_mem(): Don't create an unused early malloc() area 2015-10-24 13:50:35 -04:00
Makefile Move board_init_f_mem() into a common location 2015-10-24 13:50:34 -04:00