]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
wandboard: Fix mmcroot device name
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Aug 2016 19:46:43 +0000 (16:46 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Sep 2016 17:25:41 +0000 (14:25 -0300)
The kernel uses the SoM uSD as mmcblk2, this commit changes the
mmcroot for this value allowing the generated image to boot out of
box.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/wandboard.h

index 9145b26a1df354ff5aae1ff39668f5578e1363a7..55aa3b51c437cf1f1a5a2a551df981d48cc115b9 100644 (file)
        "ip_dyn=yes\0" \
        "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
        "mmcpart=1\0" \
-       "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
+       "mmcroot=/dev/mmcblk2p2 rootwait rw\0" \
        "update_sd_firmware_filename=u-boot.imx\0" \
        "update_sd_firmware=" \
                "if test ${ip_dyn} = yes; then " \