Skip to content

Commit

Permalink
tools: mkimage: update to U-Boot release v2024.07
Browse files Browse the repository at this point in the history
Update to latest version.

Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep authored and PolynomialDivision committed Jul 4, 2024
1 parent bfb7fe7 commit 7d2ca4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mkimage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mkimage
PKG_VERSION:=2024.04
PKG_VERSION:=2024.07

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:=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f

HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)

Expand Down

0 comments on commit 7d2ca4e

Please sign in to comment.