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

2015-09-04 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 --- arch/nios2/cpu/start.S | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-)

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

2015-09-04 Thread Marek Vasut
On Friday, September 04, 2015 at 02:22:18 PM, 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