From: Eduard Strehlau Date: Wed, 26 Apr 2023 16:04:55 +0000 (-0300) Subject: smegw01: Change default boot device to eMMC X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=b1bbdf15418c2c9bb16863ad45b17037dabb381b;p=u-boot.git smegw01: Change default boot device to eMMC Let eMMC be the default boot medium. Signed-off-by: Eduard Strehlau Signed-off-by: Fabio Estevam --- diff --git a/include/configs/smegw01.h b/include/configs/smegw01.h index 71f2d9c8e8..8f68472f5b 100644 --- a/include/configs/smegw01.h +++ b/include/configs/smegw01.h @@ -28,7 +28,7 @@ "fdtfile=imx7d-smegw01.dtb\0" \ "fdt_addr=0x83000000\0" \ "bootm_size=0x10000000\0" \ - "mmcdev=0\0" \ + "mmcdev=1\0" \ "mmcpart=1\0" \ "mmcpart_committed=1\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \