diff mbox

[U-Boot,2/2] video: tegra: Enable the 'lcd' env variable work-around

Message ID 1454794298-20111-2-git-send-email-sjg@chromium.org
State Accepted
Commit 6c88b51305d69b9728c56f27f363530a7f3d7e83
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Simon Glass Feb. 6, 2016, 9:31 p.m. UTC
Enable this option on all tegra boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/arm/mach-tegra/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Anatolij Gustschin Feb. 6, 2016, 10:23 p.m. UTC | #1
On Sat,  6 Feb 2016 14:31:38 -0700
Simon Glass sjg@chromium.org wrote:

> Enable this option on all tegra boards.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/mach-tegra/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin Feb. 11, 2016, 8:40 p.m. UTC | #2
On Sat,  6 Feb 2016 14:31:38 -0700
Simon Glass sjg@chromium.org wrote:

> Enable this option on all tegra boards.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/mach-tegra/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

applied to u-boot-video/master, thanks!

--
Anatolij
diff mbox

Patch

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 66298d5..3540eda 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -14,6 +14,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"