
8 Jan
2011
8 Jan
'11
7:33 a.m.
Hi John,
On Tuesday 28 December 2010 06:17 AM, John Rigby wrote:
Signed-off-by: John Rigbyjohn.rigby@linaro.org
+void board_init_f(unsigned long bootflag) +{
- nand_boot();
+}
I see that you have added a call to nand_boot() in start.S too. Which is the intended one? If we jump to nand_boot() here bss will not be cleared, right?
Also, I see potential issues in start.S that will prevent bss setup for PRELOADERs. I will correct these in my patch.
Best regards, Aneesh