[meta-freescale] [u-boot-fslc][PATCH 1/3] wandboard: Change finduuid to find on first partition

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 19 06:30:33 PDT 2016


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 at ossystems.com.br>
---
 include/configs/wandboard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index f365d4f..373e4e9 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -108,7 +108,7 @@
 	"ip_dyn=yes\0" \
 	"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
 	"mmcpart=1\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 " \
-- 
2.1.4



More information about the meta-freescale mailing list