From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 17 Feb 2016 08:22:51 +0100 Subject: [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD In-Reply-To: <1455671359-15893-1-git-send-email-sjg@chromium.org> References: <1455671359-15893-1-git-send-email-sjg@chromium.org> Message-ID: <20160217082251.56ea0b8b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 16 Feb 2016 18:09:19 -0700 Simon Glass sjg at 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