commit | 13a15e2fa24ac24358f28e1b6b33fb978769d06e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 19 06:49:58 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:35 2015 -0400 |
tree | a80994fdfea5d483c2585f77fa69fc14f3d15148 | |
parent | 90a2fbbfe200ae5be10cfdbdf1da114a8fbf3667 [diff] |
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>