Dear Fabio Estevam,

In message <1366328263-8468-1-git-send-email-feste...@gmail.com> you wrote:
> 

There is a typo in the Subject:  s/environmet/environment/

> -     "mmcroot=/dev/mmcblk0p3 rw\0" \
> -     "mmcrootfstype=ext3 rootwait\0" \
> -     "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \
> -             "root=${mmcroot} " \
> -             "rootfstype=${mmcrootfstype}\0" \
> +     "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \
> +     "mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot}\0"\

You are dropping the "mmcrootfstype" part here.  Is this intentional?
If yes, it appears to be an unrelated change that should be done in a
separate commit.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
When the bosses talk about improving  productivity,  they  are  never
talking about themselves.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to