[U-Boot] [PATCH 3/3] mx28evk: extend default environment
Fabio Estevam
festevam at gmail.com
Tue May 15 23:08:02 CEST 2012
On Tue, May 15, 2012 at 5:59 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> + "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \
> + "mmcboot=echo Booting from mmc ...; " \
> + "run mmcargs; " \
> + "bootm\0" \
> + "netargs=setenv bootargs console=ttymxc0,${baudrate} " \
No, ttymxc0 is wrong for mx28. You should use console=${console}.
More information about the U-Boot
mailing list