Re: [U-Boot] [PATCH 3/7] omap/spl: actually enable the console

2011-10-31 Thread Ilya Yanok
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 ya...@emcraft.com So, this is because of a behavior

Re: [U-Boot] [PATCH 3/7] omap/spl: actually enable the console

2011-10-31 Thread Tom Rini
On Mon, Oct 31, 2011 at 5:39 AM, Ilya Yanok ya...@emcraft.com wrote: 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.

Re: [U-Boot] [PATCH 3/7] omap/spl: actually enable the console

2011-10-19 Thread Tom Rini
On Mon, Oct 17, 2011 at 4:33 PM, Ilya Yanok ya...@emcraft.com wrote: 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

[U-Boot] [PATCH 3/7] omap/spl: actually enable the console

2011-10-17 Thread Ilya Yanok
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 ya...@emcraft.com --- arch/arm/cpu/armv7/omap-common/spl.c |4