commit | fb731f27fa92d4be059de0bc380a26374cfd20e9 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Mon Sep 07 08:57:14 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:28:37 2015 +0800 |
tree | bb66ea99156c693a7f0dc2ad9bd548e1318dd34a | |
parent | 3fc0ac2554b521924432fb55078ef4e55fe8dea6 [diff] |
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>