commit | 4192b8c35851afd2ac0731b851711fc12ffe888d | [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 | b6c180928c3c7c9efbdc5eb1b468c450c877abdf [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>