aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-10-21 22:53:58 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-22 22:50:36 +0200
commit6e245777bdfe75f73766ef06458de6313a7d4d5e (patch)
tree88aa79a8d23275ffe3ca3ba5952cccc1a1820bef /tools/mkimage/Makefile
parent0dfe1d2175940d710e8ae08e9e4229d110155977 (diff)
downloadupstream-6e245777bdfe75f73766ef06458de6313a7d4d5e.tar.gz
upstream-6e245777bdfe75f73766ef06458de6313a7d4d5e.tar.bz2
upstream-6e245777bdfe75f73766ef06458de6313a7d4d5e.zip
tools/mkimage: update to 2022.10
Remove upstreamed patches: - 020-tools-mtk_image-split-gfh-header-verification-into-a.patch - 021-tools-mtk_image-split-the-code-of-generating-NAND-he.patch - 022-tools-mtk_image-add-support-for-nand-headers-used-by.patch Refreshed manually: - 030-allow-to-use-different-magic.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r--tools/mkimage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index a7c98e755e..10fe6eea43 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2022.07
+PKG_VERSION:=2022.10
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \
https://mirror.cyberbits.eu/u-boot \
https://ftp.denx.de/pub/u-boot \
ftp://ftp.denx.de/pub/u-boot
-PKG_HASH:=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
+PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)