]> git.sur5r.net Git - u-boot/commitdiff
tegra: config: Use CONFIG_LCD to detect LCD presence
authorSimon Glass <sjg@chromium.org>
Wed, 15 Apr 2015 03:03:31 +0000 (21:03 -0600)
committerTom Warren <twarren@nvidia.com>
Wed, 13 May 2015 16:24:09 +0000 (09:24 -0700)
Instead of CONFIG_VIDEO_TEGRA, use CONFIG_LCD to determine whether an LCD
is present. Tegra124 uses a different driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra-common-post.h

index c3ad8beb903d9e131ae596ee98fbb725297614ec..46a155d4b80eba66e5c9b87d1ebe41b587a54ab7 100644 (file)
@@ -34,7 +34,7 @@
 #define STDIN_KBD_USB ""
 #endif
 
-#ifdef CONFIG_VIDEO_TEGRA
+#ifdef CONFIG_LCD
 #define STDOUT_LCD ",lcd"
 #else
 #define STDOUT_LCD ""