]> 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, 21 Oct 2016 17:40:29 +0000 (15:40 -0200)
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 b35b79532208e29e1de30082b645b149c2d21d82..bf36b5079b50b72b7160214f8b1a1a22d5b04972 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" \