
4 Sep
2015
4 Sep
'15
6:47 a.m.
Hi Simon,
On 09/04/2015 12:09 PM, Simon Glass wrote:
Can you help me understand the relocation a bit? There is already code in board_init_f() to relocate the device tree, and until board_init_r(), BSS should not be used. What is different about NIOS?
Thank you for the comment. I think the problem is in the current nios2 startup code start.S. The BSS is cleared before board_init_f(). I will rework the startup code to make use of the board_init code.
Best regards, Thomas Chou