]> 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)
committerDiego Rondini <diego.rondini@kynetics.it>
Wed, 20 Jul 2016 08:35:12 +0000 (10:35 +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 4a8e270aeab64981c3fd654b8cf4876ba4711063..495b6640e21152977643e32ddfeceee3dc2563e7 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" \