diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-10-18 14:28:53 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-10-18 20:08:35 +0100 |
commit | 537b423d9fea5afad323fde8c100cca4b48bbea1 (patch) | |
tree | 8b6938ac90ee1c09d07dc7ad6233440bc809a737 /package/boot/uboot-mediatek/patches/200-cmd-add-imsz-and-imszb.patch | |
parent | 51ee5fb274928c17b9dcb170c12e57e44a7661c9 (diff) | |
download | upstream-537b423d9fea5afad323fde8c100cca4b48bbea1.tar.gz upstream-537b423d9fea5afad323fde8c100cca4b48bbea1.tar.bz2 upstream-537b423d9fea5afad323fde8c100cca4b48bbea1.zip |
uboot-mediatek: update to U-Boot 2022.10
Remove patches adding support for MT7621 which have been merged upsteam.
Patches for MT7981 and MT7986 have been merged too, but not in time to
be included in the 2022.10 release, so we have to keep carrying them
until the 2023.01 release.
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 | 4 |
1 files changed, 2 insertions, 2 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 cc6aa64cbc..d725920aff 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 @@ -1,6 +1,6 @@ --- a/cmd/bootm.c +++ b/cmd/bootm.c -@@ -257,6 +257,67 @@ U_BOOT_CMD( +@@ -256,6 +256,67 @@ U_BOOT_CMD( /* iminfo - print header info for a requested image */ /*******************************************************************/ #if defined(CONFIG_CMD_IMI) @@ -70,7 +70,7 @@ { --- a/boot/image-fit.c +++ b/boot/image-fit.c -@@ -1994,6 +1994,51 @@ static const char *fit_get_image_type_pr +@@ -2031,6 +2031,51 @@ static const char *fit_get_image_type_pr return "unknown"; } |