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
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)
--- 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)
{
--- 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;
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;