aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-01-13 03:13:24 +0000
committerDaniel Golle <daniel@makrotopia.org>2023-01-13 14:49:52 +0000
commit3d5c5427e17a870041e0c94b6fbbfb9301cd2c70 (patch)
treeec30b5db88adcab1d618c138502a85b8c2965eec /package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch
parent5b605f4b51b9049a1a610a10abb6c5726b469338 (diff)
downloadupstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.tar.gz
upstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.tar.bz2
upstream-3d5c5427e17a870041e0c94b6fbbfb9301cd2c70.zip
uboot-mediatek: update to U-Boot 2023.01
Support for MT7981 and MT7986 has been merged, remove patches. Tested on a couple of MT7986, MT7622 and MT7623 boards. MIPS builds are untested. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch b/package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch
index 8b110a880f..cd65c1321f 100644
--- a/package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch
+++ b/package/boot/uboot-mediatek/patches/130-fix-mkimage-host-build.patch
@@ -1,6 +1,6 @@
--- a/tools/image-host.c
+++ b/tools/image-host.c
-@@ -1122,6 +1122,7 @@ static int fit_config_add_verification_d
+@@ -1125,6 +1125,7 @@ static int fit_config_add_verification_d
* 2) get public key (X509_get_pubkey)
* 3) provide der format (d2i_RSAPublicKey)
*/
@@ -8,7 +8,7 @@
static int read_pub_key(const char *keydir, const void *name,
unsigned char **pubkey, int *pubkey_len)
{
-@@ -1175,6 +1176,13 @@ err_cert:
+@@ -1178,6 +1179,13 @@ err_cert:
fclose(f);
return ret;
}