HDMI output must be enabled very early to also enable the pre-console buffer
Signed-off-by: Soeren Moch <sm...@web.de> --- Cc: Stefano Babic <sba...@denx.de> Cc: u-boot@lists.denx.de --- 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; " \ -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot