diff options
author | Soeren Moch <smoch@web.de> | 2016-07-27 16:07:17 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-09-06 18:22:48 +0200 |
commit | 8ce747fcffada470232a706d571e6c6a1286315b (patch) | |
tree | eba41924bd565e34b2265c263d9e4400b1b2c48a /include | |
parent | 8741a374f593440e5a96ec064a1f00617f631613 (diff) | |
download | u-boot-8ce747fcffada470232a706d571e6c6a1286315b.tar.gz u-boot-8ce747fcffada470232a706d571e6c6a1286315b.tar.xz u-boot-8ce747fcffada470232a706d571e6c6a1286315b.zip |
board: tbs2910: fix HDMI pre-console buffer
HDMI output must be enabled very early to also enable the pre-console buffer
Signed-off-by: Soeren Moch <smoch@web.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tbs2910.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 7c89e5f448..640bce4b0a 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; " \ |