
26 Jan
2015
26 Jan
'15
6:10 p.m.
On Mon, Jan 26, 2015 at 09:55:26AM -0700, Simon Glass wrote:
The stack is already set to CONFIG_SPL_STACK immediately before board_init_f() is called, so this should not be needed.
Also global_data has already been set up so we don't want to mess with it.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
We should drop this one in favor of the 2 I posted that fixes some other problems and gets the boards booting too (and as a bonus drops the custom board_init_f() func). :)
--
Tom