Home
last modified time | relevance | path

Searched hist:"4192 b8c3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/nios2/cpu/
H A Dstart.S4192b8c3 Sun Sep 06 19:57:14 CDT 2015 Thomas Chou <thomas@wytron.com.tw> nios2: BSS should be cleared only after board_init_f

As dtb in u-boot-dtb.bin overlapped the BSS section,
we should delay the clearing of BSS until dtb is relocated
in board_init_f().

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>