diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-05-11 16:51:12 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-06-18 15:44:21 +0200 |
commit | b5f4543c92dd7be011b9729ee9c998c0e805c23e (patch) | |
tree | cc822fb0c2224d53a971ad502195cbf77f93b6e3 | |
parent | 18ccca59e31bcf415b469ef2c71bfe9c14dbc6e3 (diff) | |
download | u-boot-b5f4543c92dd7be011b9729ee9c998c0e805c23e.tar.gz u-boot-b5f4543c92dd7be011b9729ee9c998c0e805c23e.tar.bz2 u-boot-b5f4543c92dd7be011b9729ee9c998c0e805c23e.zip |
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>
-rw-r--r-- | include/configs/display5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h index 6b428c1884..1f76d9021a 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;" \ |