Home
last modified time | relevance | path

Searched hist:"9 cef20b10929d7ad047b071c3dcb924401bf78e8" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Dspl.c9cef20b10929d7ad047b071c3dcb924401bf78e8 Tue Jan 27 13:06:14 UTC 2015 Michal Simek <michal.simek@xilinx.com> microblaze: Fix gd_t address which is placed at the end of BRAM

Setup gd from ASM to be availalbe for board_init_r.
Setting it up in spl_board_init is too late when
MALLOC is used.
Space for gd is located behind MALLOC area at the end of BRAM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
H A Dstart.S9cef20b10929d7ad047b071c3dcb924401bf78e8 Tue Jan 27 13:06:14 UTC 2015 Michal Simek <michal.simek@xilinx.com> microblaze: Fix gd_t address which is placed at the end of BRAM

Setup gd from ASM to be availalbe for board_init_r.
Setting it up in spl_board_init is too late when
MALLOC is used.
Space for gd is located behind MALLOC area at the end of BRAM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>