aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-07-11 11:02:49 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-07-11 17:13:22 +0100
commitfa75a3a935b26378630498ba7d3f6a0b5b11f86e (patch)
tree33e32eb3c87e7fa7e5dea1fc3bf7799a0738a9b3 /package/boot/uboot-mediatek/Makefile
parentb68e9f2e19a4cc7be4dd13b76a690ef04daac190 (diff)
downloadupstream-fa75a3a935b26378630498ba7d3f6a0b5b11f86e.tar.gz
upstream-fa75a3a935b26378630498ba7d3f6a0b5b11f86e.tar.bz2
upstream-fa75a3a935b26378630498ba7d3f6a0b5b11f86e.zip
uboot-mediatek: update to 2022.07 release
Add patch to fix host-build of the mkimage tool without CONFIG_TOOLS_LIBCRYPTO. Update and refresh all patches. Tested on BananaPi R64 (MT7622) successfully booting from SD card, eMMC and SPI-NAND. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/Makefile')
-rw-r--r--package/boot/uboot-mediatek/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index defae03028..aeaf8bc14b 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_VERSION:=2022.01
-PKG_HASH:=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413
+PKG_VERSION:=2022.07
+PKG_HASH:=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
PKG_BUILD_DEPENDS:=arm-trusted-firmware-tools/host
include $(INCLUDE_DIR)/u-boot.mk