diff mbox series

[U-Boot,v1,14/21] display5: config: Update swupdate initramfs file name (now supporting ext4)

Message ID 20180511145119.20942-15-lukma@denx.de
State Accepted
Commit b5f4543c92dd7be011b9729ee9c998c0e805c23e
Delegated to: Stefano Babic
Headers show
Series This patch series brings in sync DISPLAY5 internal | expand

Commit Message

Lukasz Majewski May 11, 2018, 2:51 p.m. UTC
After moving to swupdate 2017.07, the default fs for swupdate rootfs
is ext4, not ext3.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 include/configs/display5.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/display5.h b/include/configs/display5.h
index 2e26da369f..75dfed9c3d 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -209,7 +209,7 @@ 
 	"; fi\0"	  \
 
 #define TFTP_UPDATE_RECOVERY_SWU_INITRAMFS \
-	"swu_initramfs_file=swupdate-image-display5.ext3.gz.u-boot\0" \
+	"swu_initramfs_file=swupdate-image-display5.ext4.gz.u-boot\0" \
 	"tftp_sf_initramfs_SWU=" \
 	    "if tftp ${loadaddr} ${swu_initramfs_file}; then " \
 		"sf probe;" \