]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
warp: Change default bootenv configuration
authorDiego Rondini <diego.rondini@kynetics.it>
Thu, 14 Jul 2016 15:17:11 +0000 (17:17 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Sep 2016 17:25:41 +0000 (14:25 -0300)
Change default mmcroot to mmcblk1 in order to have a smooth boot process
with sdcard image built from meta-fsl-arm-extra.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.it>
include/configs/warp.h

index 66651841f65f5b3a5aa2fef3c6862eff77d194a1..5c6bcde03da4aedf947283c83f457e6eec3a02d7 100644 (file)
        "ip_dyn=yes\0" \
        "mmcdev=0\0" \
        "mmcpart=1\0" \
-       "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
+       "mmcroot=/dev/mmcblk1p2 rootwait rw\0" \
        "dfu_alt_info=boot raw 0x2 0x400 mmcpart 1\0" \
        "mmcargs=setenv bootargs console=${console},${baudrate} " \
                "root=${mmcroot}\0" \