Re: [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD

2016-02-17 Thread Stephen Warren
On 02/16/2016 06:09 PM, Simon Glass wrote: This new feature causes a Kconfig warning on boards without a display enabled. Fix this. Tested-by: Stephen Warren ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD

2016-02-16 Thread Anatolij Gustschin
On Tue, 16 Feb 2016 18:09:19 -0700 Simon Glass s...@chromium.org wrote: > This new feature causes a Kconfig warning on boards without a display > enabled. Fix this. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin

[U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD

2016-02-16 Thread Simon Glass
This new feature causes a Kconfig warning on boards without a display enabled. Fix this. Signed-off-by: Simon Glass --- arch/arm/mach-tegra/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig