[U-Boot] [PATCH 2/2] board: tbs2910: fix HDMI pre-console buffer
Soeren Moch
smoch at web.de
Wed Jul 27 16:07:17 CEST 2016
HDMI output must be enabled very early to also enable the pre-console buffer
Signed-off-by: Soeren Moch <smoch at web.de>
---
Cc: Stefano Babic <sbabic at denx.de>
Cc: u-boot at 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
More information about the U-Boot
mailing list