]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
wandboard: Change finduuid to find on first partition
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 19 Oct 2016 13:30:33 +0000 (11:30 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 Oct 2016 17:40:29 +0000 (15:40 -0200)
meta-freescale bsp is moving to use wic image creator tool and also change
sdcard layout to use only one partition. So all files will be in the same
partition. We need to change finduuid to get uuid of firt mmc partition.

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

index 395141db7929c4775f177137c97caa5138883ee1..b5d3ef9c85249c23753b91ddcc6898772e030698 100644 (file)
        "fdt_addr=0x18000000\0" \
        "ip_dyn=yes\0" \
        "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
-       "finduuid=part uuid mmc 0:2 uuid\0" \
+       "finduuid=part uuid mmc 0:1 uuid\0" \
        "update_sd_firmware_filename=u-boot.imx\0" \
        "update_sd_firmware=" \
                "if test ${ip_dyn} = yes; then " \