From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 17 Sep 2012 17:43:19 -0700 Subject: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support In-Reply-To: <5057BB60.100@boundarydevices.com> References: <1347913251-1096-1-git-send-email-eric.nelson@boundarydevices.com> <1347923652-1915-1-git-send-email-eric.nelson@boundarydevices.com> <1347923652-1915-3-git-send-email-eric.nelson@boundarydevices.com> <5057BB60.100@boundarydevices.com> Message-ID: <5057C3A7.8030608@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/17/2012 05:08 PM, Eric Nelson wrote: > Hi Fabio, > > On 09/17/2012 04:43 PM, Fabio Estevam wrote: >> Hi Eric, >> >> >> >>> +int board_late_init(void) >>> +{ >>> + setenv("stdout", "serial"); >>> + return 0; >>> +} >> >> Please see my previous comment on v1 about this. >> >> Wolfgang nacked this method and Stefano has proposed a nice way for >> keeping the console in serial. Check mx53loco and mx51evk. >> > > Thanks. I'll look into it. > Like this? http://lists.denx.de/pipermail/u-boot/2012-August/129967.html