diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-01-11 21:26:43 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-23 20:20:53 +0000 |
commit | 145d896e0e68cef80880700060169cc004a7b46e (patch) | |
tree | 37176474dadac512fa76a60860d4ef0ffa164328 /package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch | |
parent | f5278bf820105c83267d6bc0ad3dfaf1d77a4681 (diff) | |
download | upstream-145d896e0e68cef80880700060169cc004a7b46e.tar.gz upstream-145d896e0e68cef80880700060169cc004a7b46e.tar.bz2 upstream-145d896e0e68cef80880700060169cc004a7b46e.zip |
uboot-mediatek: update to version 2022.01
Tested on BananaPi R2 (SD, eMMC), BananaPi R64 (SD, eMMC, SPI-NAND) and
UniElec U7623-02 (eMMC).
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch')
-rw-r--r-- | package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch b/package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch index f45de1cc54..5dce177cfa 100644 --- a/package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch +++ b/package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch @@ -66,9 +66,9 @@ static int do_iminfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { ---- a/common/image-fit.c -+++ b/common/image-fit.c -@@ -1962,6 +1962,51 @@ static const char *fit_get_image_type_pr +--- a/boot/image-fit.c ++++ b/boot/image-fit.c +@@ -1993,6 +1993,51 @@ static const char *fit_get_image_type_pr return "unknown"; } @@ -122,7 +122,7 @@ int arch, int image_type, int bootstage_id, --- a/include/image.h +++ b/include/image.h -@@ -996,6 +996,7 @@ int fit_parse_subimage(const char *spec, +@@ -952,6 +952,7 @@ int fit_parse_subimage(const char *spec, ulong *addr, const char **image_name); int fit_get_subimage_count(const void *fit, int images_noffset); |