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 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. >>> >>> Signed-off-

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 > > So, this is because of a behavior chang

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 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 Yanok So, t

[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 --- arch/arm/cpu/armv7/omap-common/spl.c |4 1 files chan