1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

video: tegra: Enable the 'lcd' env variable work-around

Enable this option on all tegra boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
Simon Glass
2016-02-06 14:31:38 -07:00
committed by Anatolij Gustschin
parent a2931b30d2
commit 6c88b51305

View File

@@ -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"