aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/Makefile
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-01-12 18:10:02 +0800
committerDaniel Golle <daniel@makrotopia.org>2023-01-13 14:49:52 +0000
commit1909a3d69be15b34430f8c30b9ec7c8ef07c9650 (patch)
tree9ceefb4d9607290b8cf48c2e8f6d3d881f2f3bec /tools/mkimage/Makefile
parentc83dbcdf8f1a045437e91fe7c022c990ea9b83ff (diff)
downloadupstream-1909a3d69be15b34430f8c30b9ec7c8ef07c9650.tar.gz
upstream-1909a3d69be15b34430f8c30b9ec7c8ef07c9650.tar.bz2
upstream-1909a3d69be15b34430f8c30b9ec7c8ef07c9650.zip
tools/mkimage: update to 2023.01
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 Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
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 10fe6eea43..022ac21974 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2022.10
+PKG_VERSION:=2023.01
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:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
+PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)