aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-09 11:26:20 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-04-11 17:30:32 +0200
commitcd8c698f78980356d8fd2408e54f0c1c1d04c349 (patch)
treecd2efb4ff59bdc9684bb50eb5dd41e1891c664c9 /tools/mkimage/Makefile
parentfea4ffdef28ffdb13b5a4e94506a976cb6271649 (diff)
downloadupstream-cd8c698f78980356d8fd2408e54f0c1c1d04c349.tar.gz
upstream-cd8c698f78980356d8fd2408e54f0c1c1d04c349.tar.bz2
upstream-cd8c698f78980356d8fd2408e54f0c1c1d04c349.zip
tools/mkimage: update to 2023.04
Update to latest version. 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 022ac21974..a6d54f5eff 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mkimage
-PKG_VERSION:=2023.01
+PKG_VERSION:=2023.04
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:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
+PKG_HASH:=e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)