diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-06 21:31:38 (GMT) |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-02-11 20:39:38 (GMT) |
commit | 6c88b51305d69b9728c56f27f363530a7f3d7e83 (patch) | |
tree | 90507e1e7c006304dfaa1c12eced1a42961eb5c0 /arch/arm | |
parent | a2931b30d287b709c09f0a4ee7c1d4c26bee69d5 (diff) | |
download | u-boot-6c88b51305d69b9728c56f27f363530a7f3d7e83.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 0b2852c..3857243 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" |