From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 03 Oct 2012 11:22:50 -0600 Subject: [U-Boot] [PATCH v4 0/16] tegra: Add display driver and LCD support for Seaboard In-Reply-To: <506C704E.7000809@wwwdotorg.org> References: <1348793077-10126-1-git-send-email-sjg@chromium.org> <506C704E.7000809@wwwdotorg.org> Message-ID: <506C746A.7090406@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/03/2012 11:05 AM, Stephen Warren wrote: > On 09/27/2012 06:44 PM, Simon Glass wrote: >> This series adds support for the Tegra2x's display peripheral. This >> supports the LCD display on Seaboard and we use this to enable console >> output in U-Boot on the LCD. > > I tested this on Seaboard, and found a couple of minor issues: > > 1) Nothing sets up the environment to enable LCD output; I had to execute: > > setenv stdout serial,lcd > > ... in order to see anything on the display. I'd expect patch 16/16 to > cause this to happen automatically? > > It's probably best to fix this by revising patch 16 rather than later, > since I presume this is trivial to fix? This is a false alarm. I had a valid environment in flash before which didn't set stdout to LCD obviously. As soon as I run "env default -a", everything works as expected.