pico-imx6ul, pico-imx7d: Use eMMC user partition by default
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Sep 2018 14:22:36 +0000 (11:22 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 9 Oct 2018 16:27:04 +0000 (18:27 +0200)
After discussing with TechNexion about how its default setting, it is
better to install on the eMMC user partition by default, when using
DFU, so it works out of box for majority of users.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/pico-imx6ul.h
include/configs/pico-imx7d.h

index 3d932055354d65185ac24c54c7662b839d42b23d..0fea2d65ddc1aa30b1ba3f455541508dbd054596 100644 (file)
@@ -56,8 +56,8 @@
 
 #define CONFIG_DFU_ENV_SETTINGS \
        "dfu_alt_info=" \
-               "spl raw 0x2 0x400 mmcpart 1;" \
-               "u-boot raw 0x8a 0x400 mmcpart 1;" \
+               "spl raw 0x2 0x400;" \
+               "u-boot raw 0x8a 0x400;" \
                "/boot/zImage ext4 0 1;" \
                "/boot/imx6ul-pico-hobbit.dtb ext4 0 1;" \
                "/boot/imx6ul-pico-pi.dtb ext4 0 1;" \
index 0e770bf41f24aa6c38eeb7629c77adec6608dac5..614be99d93b3386008d72e70021d40a8ce791fde 100644 (file)
@@ -45,8 +45,8 @@
 
 #define CONFIG_DFU_ENV_SETTINGS \
        "dfu_alt_info=" \
-               "spl raw 0x2 0x400 mmcpart 1;" \
-               "u-boot raw 0x8a 0x400 mmcpart 1;" \
+               "spl raw 0x2 0x400;" \
+               "u-boot raw 0x8a 0x400;" \
                "/boot/zImage ext4 0 1;" \
                "/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \
                "/boot/imx7d-pico-pi.dtb ext4 0 1;" \