From: Fabio Berton Date: Wed, 19 Oct 2016 13:30:33 +0000 (-0200) Subject: wandboard: Change finduuid to find on first partition X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f9d6d10bc27f72902ae904d03d13bfa62d60542;p=bsp%2Fu-boot.git wandboard: Change finduuid to find on first partition 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 Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index d563eadc2b..eafe35b903 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -98,7 +98,7 @@ "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 " \