On 27/07/2016 16:07, Soeren Moch wrote: > HDMI output must be enabled very early to also enable the pre-console buffer > > Signed-off-by: Soeren Moch <[email protected]> > --- > Cc: Stefano Babic <[email protected]> > Cc: [email protected] > --- > include/configs/tbs2910.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h > index 7c89e5f..640bce4 100644 > --- a/include/configs/tbs2910.h > +++ b/include/configs/tbs2910.h > @@ -185,7 +185,9 @@ > "setenv stderr serial;\0" \ > "set_con_hdmi=setenv stdout serial,vga; " \ > "setenv stderr serial,vga;\0" \ > - "stdin=serial,usbkbd;\0" > + "stderr=serial,vga;\0" \ > + "stdin=serial,usbkbd;\0" \ > + "stdout=serial,vga;\0" > > #define CONFIG_BOOTCOMMAND \ > "mmc rescan; " \ >
Reviewed-by: Stefano Babic <[email protected]> Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

