提交 8ce747fc 编写于 作者: S Soeren Moch 提交者: Stefano Babic

board: tbs2910: fix HDMI pre-console buffer

HDMI output must be enabled very early to also enable the pre-console buffer
Signed-off-by: NSoeren Moch <smoch@web.de>
Reviewed-by: NStefano Babic <sbabic@denx.de>
上级 8741a374
......@@ -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; " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册