display5: config: Update swupdate initramfs file name (now supporting ext4)
After moving to swupdate 2017.07, the default fs for swupdate rootfs is ext4, not ext3. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
18ccca59e3
commit
b5f4543c92
@ -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;" \
|
||||
|
Loading…
Reference in New Issue
Block a user