uboot-tools: update to version 2025.10
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>
This commit is contained in:
parent
011ba05fd3
commit
cf498325f1
|
|
@ -1,7 +1,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_DISTNAME:=u-boot
|
PKG_DISTNAME:=u-boot
|
||||||
PKG_VERSION:=2025.07
|
PKG_VERSION:=2025.10
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
|
@ -10,7 +10,7 @@ PKG_SOURCE_URL:= \
|
||||||
https://mirror.cyberbits.eu/u-boot \
|
https://mirror.cyberbits.eu/u-boot \
|
||||||
ftp://ftp.denx.de/pub/u-boot
|
ftp://ftp.denx.de/pub/u-boot
|
||||||
PKG_URL:=http://www.denx.de/wiki/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_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/boot/bootm.c
|
--- a/boot/bootm.c
|
||||||
+++ b/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)
|
int bootm_host_load_images(const void *fit, int cfg_noffset)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/boot/bootm.c
|
--- a/boot/bootm.c
|
||||||
+++ b/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;
|
ulong data, len;
|
||||||
struct bootm_headers images;
|
struct bootm_headers images;
|
||||||
int noffset;
|
int noffset;
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
fit_uname_config = fdt_get_name(fit, cfg_noffset, NULL);
|
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);
|
FIT_LOAD_IGNORED, &data, &len);
|
||||||
if (noffset < 0)
|
if (noffset < 0)
|
||||||
return noffset;
|
return noffset;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue