]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx51evk: Change default environment to cope with OE changes
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Jun 2013 21:52:43 +0000 (18:52 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 12 Jul 2013 11:05:18 +0000 (13:05 +0200)
OpenEmbedded has change partitioning layout of generated image so it
does not raise warnings during the boot regarding unkown partition
being used for U-Boot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/mx51evk.h

index 13d1839ebe3ca8aa42151272a711ed9902aa2d90..4383375d0227dabe1b488b1876c458ae43ad5617 100644 (file)
        "boot_fdt=try\0" \
        "ip_dyn=yes\0" \
        "mmcdev=0\0" \
-       "mmcpart=2\0" \
-       "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \
+       "mmcpart=1\0" \
+       "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
        "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \
                "root=${mmcroot}\0" \
        "loadbootscript=" \