Re: [U-Boot] [PATCH v4 3/7] nios2: BSS should be cleared only after board_init_f

2015-09-06 Thread Thomas Chou
On 09/07/2015 09:03 AM, Thomas Chou wrote: 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 Acked-by: Marek Vasut --- arch/nios2/cpu/start.S | 30 -- 1

[U-Boot] [PATCH v4 3/7] nios2: BSS should be cleared only after board_init_f

2015-09-06 Thread Thomas Chou
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 Acked-by: Marek Vasut --- arch/nios2/cpu/start.S | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-)