]> git.sur5r.net Git - u-boot/commitdiff
display5: config: Update swupdate initramfs file name (now supporting ext4)
authorLukasz Majewski <lukma@denx.de>
Fri, 11 May 2018 14:51:12 +0000 (16:51 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 18 Jun 2018 13:44:21 +0000 (15:44 +0200)
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

index 6b428c188446cec45fd851b295d53622437365d7..1f76d9021a91f01978dc371e5f75192e995522fd 100644 (file)
        "; 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;" \