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:
Simon Glass <sjg@chromium.org>
Showing
- common/Makefile 1 addition, 0 deletionscommon/Makefile
- common/board_f.c 0 additions, 29 deletionscommon/board_f.c
- common/init/Makefile 7 additions, 0 deletionscommon/init/Makefile
- common/init/board_init.c 41 additions, 0 deletionscommon/init/board_init.c
- scripts/Makefile.spl 1 addition, 0 deletionsscripts/Makefile.spl
Loading
Please register or sign in to comment