From: Simon Glass Date: Wed, 15 Apr 2015 03:03:31 +0000 (-0600) Subject: tegra: config: Use CONFIG_LCD to detect LCD presence X-Git-Tag: v2015.07-rc2~245^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec022efb8658cce75699afc3ce6ee8b2d9d0c273;p=platform%2Fkernel%2Fu-boot.git tegra: config: Use CONFIG_LCD to detect LCD presence 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 Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index c3ad8be..46a155d 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -34,7 +34,7 @@ #define STDIN_KBD_USB "" #endif -#ifdef CONFIG_VIDEO_TEGRA +#ifdef CONFIG_LCD #define STDOUT_LCD ",lcd" #else #define STDOUT_LCD ""