u-boot-brain/arch/nios2
Thomas Chou 3e468e6896 nios2: call board_init_f_mem
We will need CONFIG_SYS_MALLOC_F_LEN to use serial uclass.
So we shall undefine CONFIG_SYS_GENERIC_GLOBAL_DATA, and
call board_init_f_mem() to allocates early malloc() memory
with size of CONFIG_SYS_MALLOC_F_LEN in board_f.c.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
2015-10-23 07:28:50 +08:00
..
cpu nios2: call board_init_f_mem 2015-10-23 07:28:50 +08:00
dts nios2: enable device tree control of U-Boot 2015-10-23 07:28:38 +08:00
include/asm nios2: call board_init_f_mem 2015-10-23 07:28:50 +08:00
lib nios2: Switch to generic timer 2015-10-23 07:28:50 +08:00
config.mk generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 2015-03-28 09:03:08 -04:00
Kconfig arch: Make board selection choices optional 2015-05-12 18:10:02 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00