]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-tools: update to version 2025.10
authorStefan Kalscheuer <stefan@stklcode.de>
Sat, 11 Oct 2025 11:01:34 +0000 (13:01 +0200)
committerNick Hainke <vincent@systemli.org>
Sat, 11 Oct 2025 19:50:41 +0000 (21:50 +0200)
Update package to the latest stable version.
All patches automatically refreshed.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/20379
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/boot/uboot-tools/Makefile
package/boot/uboot-tools/patches/013-tools-fit_check_sign-all-image-types.patch
package/boot/uboot-tools/patches/014-tools-fit_check_sign-no-decompress.patch

index e41ed78f4ea95db7598e3a8a14abb432978a42f9..6e0c996f6deeadf1131ae8cf893c60a089b24274 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_DISTNAME:=u-boot
-PKG_VERSION:=2025.07
+PKG_VERSION:=2025.10
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
@@ -10,7 +10,7 @@ PKG_SOURCE_URL:= \
        https://mirror.cyberbits.eu/u-boot \
        ftp://ftp.denx.de/pub/u-boot
 PKG_URL:=http://www.denx.de/wiki/U-Boot
-PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
+PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
 
index 2621335490a9eace9974402c005193e8c2b84ef0..a273a2401f738ba3fce225b6a50665c133a6cbd8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/boot/bootm.c
 +++ b/boot/bootm.c
-@@ -1232,20 +1232,18 @@ static int bootm_host_load_image(const v
+@@ -1245,20 +1245,18 @@ static int bootm_host_load_image(const v
  
  int bootm_host_load_images(const void *fit, int cfg_noffset)
  {
index 0823f64714d50c4c60d4da3538fee1366c582e21..c906cb3b769c041713d6896939a233c1097a1892 100644 (file)
@@ -1,6 +1,6 @@
 --- a/boot/bootm.c
 +++ b/boot/bootm.c
-@@ -1191,10 +1191,6 @@ static int bootm_host_load_image(const v
+@@ -1204,10 +1204,6 @@ static int bootm_host_load_image(const v
        ulong data, len;
        struct bootm_headers images;
        int noffset;
@@ -11,7 +11,7 @@
        int ret;
  
        fit_uname_config = fdt_get_name(fit, cfg_noffset, NULL);
-@@ -1206,26 +1202,6 @@ static int bootm_host_load_image(const v
+@@ -1219,26 +1215,6 @@ static int bootm_host_load_image(const v
                FIT_LOAD_IGNORED, &data, &len);
        if (noffset < 0)
                return noffset;