[U-Boot] [PATCH] wandboard: add Future Eletronics 7" WVGA LCD extension board
Fabio Estevam
festevam at gmail.com
Thu May 1 22:39:30 CEST 2014
[Removing wandboard list, as it bounces when I reply to it]
On Thu, May 1, 2014 at 5:16 PM, Otavio Salvador <otavio at ossystems.com.br> wrote:
> "mmcargs=setenv bootargs console=${console},${baudrate} " \
> - "root=${mmcroot}\0" \
> + "root=${mmcroot}; run videoargs\0" \
> + "videoargs=" \
> + "setenv nextcon 0; " \
> + "if hdmidet; then " \
> + "setenv bootargs ${bootargs} " \
> + "video=mxcfb${nextcon}:dev=hdmi,1280x720M at 60," \
> + "if=RGB24; " \
This video line is specific to some FSL kernel version. Mainline
kernel does not need this, so I prefer not to pass such argument in
the kernel command line.
More information about the U-Boot
mailing list