Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dconfig.h3e468e6896aea45df1b8f6dbc9ebf5c3589c680a Wed Sep 09 07:09:43 UTC 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>
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dstart.S3e468e6896aea45df1b8f6dbc9ebf5c3589c680a Wed Sep 09 07:09:43 UTC 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>