[U-Boot] [PATCH 07/16] pico-imx7d: Add support for update SPL using DFU
Otavio Salvador
otavio at ossystems.com.br
Fri Jun 29 18:19:12 UTC 2018
From: Fabio Berton <fabio.berton at ossystems.com.br>
Add spl entry on dfu_alt_info to be able to update U-Boot with SPL
for pico imx7d board.
Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
include/configs/pico-imx7d.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 80abcb4d7b..f974b79b3b 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -33,7 +33,9 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_DFU_ENV_SETTINGS \
- "dfu_alt_info=u-boot raw 0x2 0x400 mmcpart 1;" \
+ "dfu_alt_info=" \
+ "spl raw 0x2 0x400 mmcpart 1;" \
+ "u-boot raw 0x8a 0x400 mmcpart 1;" \
"/boot/zImage ext4 0 1;" \
"/boot/imx7d-pico-pi.dtb ext4 0 1;" \
"rootfs part 0 1\0" \
--
2.18.0
More information about the U-Boot
mailing list