From: Simon Glass Date: Sat, 6 Feb 2016 21:31:38 +0000 (-0700) Subject: video: tegra: Enable the 'lcd' env variable work-around X-Git-Tag: KARO-TXSD-2017-03-15~1859^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c88b51305d69b9728c56f27f363530a7f3d7e83;p=karo-tx-uboot.git video: tegra: Enable the 'lcd' env variable work-around Enable this option on all tegra boards. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 0b2852c4da..3857243947 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -13,6 +13,7 @@ config TEGRA_COMMON select DM_SPI select DM_SPI_FLASH select OF_CONTROL + select VIDCONSOLE_AS_LCD config TEGRA_ARMV7_COMMON bool "Tegra 32-bit common options"