]> git.sur5r.net Git - u-boot/commitdiff
exynos: video: Enable stdout env var backward compatibility for LCD
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 16 Jan 2017 17:15:23 +0000 (14:15 -0300)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 18 Jan 2017 05:28:46 +0000 (14:28 +0900)
Commit bb5930d5c97f ("exynos: video: Convert several boards to driver
model for video") converted the Exynos Chromebooks machines to use DM
for video, but this breaks backward compatibility with the stdout env
var since now stdout is expected to be "vidconsole" instead of "lcd".

This causes display to not work when updating u-boot on these boards
if the old stdout env var is used. Since these are consumer devices,
there's no easy way to have a serial console so users may be confused
thinking that u-boot failed to boot, or in the best case will need to
update the stdout env var blindly to make the display to work again.

There's a CONFIG_VIDCONSOLE_AS_LCD config option to workaround this,
so enable it in the Chromebooks' default configuration files to allow
users to change their stdout env var before the workaround is removed.

Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/snow_defconfig
configs/spring_defconfig

index ef02118421389c154ca21c7e277c2a7dafef9588..fb933efc5a9ce9da8ae49f00a44a2b3f5933a848 100644 (file)
@@ -60,5 +60,6 @@ CONFIG_DISPLAY=y
 CONFIG_VIDEO_BRIDGE=y
 CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y
 CONFIG_LCD=y
+CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y
index 14fe00eb2a4d8d0ed23da67e62f58688a7ab5274..cbac99dd8362896d73d904b1b18ac415780d2a5d 100644 (file)
@@ -60,5 +60,6 @@ CONFIG_DISPLAY=y
 CONFIG_VIDEO_BRIDGE=y
 CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y
 CONFIG_LCD=y
+CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y
index 967927f48a0691a11580f64670b8a0b811b5ce45..ebd1a52831b99a5b190247504c4d13d531333924 100644 (file)
@@ -70,5 +70,6 @@ CONFIG_VIDEO_BRIDGE=y
 CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y
 CONFIG_VIDEO_BRIDGE_NXP_PTN3460=y
 CONFIG_LCD=y
+CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y
index 1898b95690a43be0bd57813c231ca7ced923ba06..3d6c2e9339145d3efe692e8a6bce65976f391e46 100644 (file)
@@ -69,5 +69,6 @@ CONFIG_DISPLAY=y
 CONFIG_VIDEO_BRIDGE=y
 CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y
 CONFIG_LCD=y
+CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y