Home
last modified time | relevance | path

Searched hist:"3 e468e68" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/nios2/include/asm/
H A Dconfig.h3e468e68 Wed Sep 09 02:09:43 CDT 2015 Thomas Chou <thomas@wytron.com.tw> 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>
/openbmc/u-boot/arch/nios2/cpu/
H A Dstart.S3e468e68 Wed Sep 09 02:09:43 CDT 2015 Thomas Chou <thomas@wytron.com.tw> 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>