[U-Boot] [PATCH 2/2] i.MX6: mx6qsabrelite: Add splash screen support

Fabio Estevam festevam at gmail.com
Mon Sep 17 22:29:31 CEST 2012


Hi Eric,

On Mon, Sep 17, 2012 at 5:20 PM, Eric Nelson
<eric.nelson at boundarydevices.com> wrote:

> +int board_late_init(void)
> +{
> +       setenv("stdout", "serial");
> +       return 0;
> +}

I was told not to do this way.

Please follow this approach instead:

commit 3e0773708dd4e502c127a589be5779708eb7ba69
Author: Stefano Babic <sbabic at denx.de>
Date:   Sun Aug 5 00:18:53 2012 +0000

    MX5: mx53loco: do not overwrite the console

    On this board, the console is always set to the serial line.
    Do not allow to overwrite it when video is enabled.

    Signed-off-by: Stefano Babic <sbabic at denx.de>
    CC: Fabio Estevam <fabio.estevam at freescale.com>
    Tested-by: Fabio Estevam <fabio.estevam at freescale.com>

Regards,

Fabio Estevam


More information about the U-Boot mailing list