]> 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>
Sun, 26 Mar 2017 18:46:51 +0000 (15:46 -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 865f2ac81c72a4bb8ac55d738f4de759cd7454c1..9e6f07a893f10cf97bdfee60c0935d80fa72e952 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" \