]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:34 +0000 (22:39 +0200)
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 ""