
31 Oct
2011
31 Oct
'11
1:39 p.m.
Hi Tom,
Currently OMAP SPL code does all the initialization but does not set the gd->have_console value so no output is actually performed. This patch sets gd->have_console to 1 if CONFIG_SPL_CONSOLE is defined.
Signed-off-by: Ilya Yanok yanok@emcraft.com
So, this is because of a behavior change. Do we want an SPL_CONSOLE variable? Or should we just bring back the previous behavior? I kind of think the previous behavior... Others?
So what will be your decision? Should I remove SPL_CONSOLE and repost the patch? Or should I drop it completely?
Regards, Ilya.