diff options
| author | Thomas Richard | 2025-10-13 12:08:58 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-27 19:49:32 +0000 |
| commit | b617a61908ee9f2a7139405d437ae7af4dd5c077 (patch) | |
| tree | 6ecd0ba68f36f78786c4385901f161277e22e83a | |
| parent | 4fd310a8d38bd64d814ab80284b834e2634186e7 (diff) | |
| download | openwrt-b617a61908ee9f2a7139405d437ae7af4dd5c077.tar.gz | |
uboot-stm32: bump to 2025.10
Bump uboot-stm32 to upstream release 2025.10 and remove upstreamed patch.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/20953
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-stm32/Makefile | 4 | ||||
| -rw-r--r-- | package/boot/uboot-stm32/patches/001-configs-stm32mp13-increase-SYS_MALLOC_F_LEN-to-0x210.patch | 27 |
2 files changed, 2 insertions, 29 deletions
diff --git a/package/boot/uboot-stm32/Makefile b/package/boot/uboot-stm32/Makefile index 534857c07f..7ac4fe9e62 100644 --- a/package/boot/uboot-stm32/Makefile +++ b/package/boot/uboot-stm32/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2025.07 +PKG_VERSION:=2025.10 PKG_RELEASE:=1 -PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7 +PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> UBOOT_USE_INTREE_DTC:=1 diff --git a/package/boot/uboot-stm32/patches/001-configs-stm32mp13-increase-SYS_MALLOC_F_LEN-to-0x210.patch b/package/boot/uboot-stm32/patches/001-configs-stm32mp13-increase-SYS_MALLOC_F_LEN-to-0x210.patch deleted file mode 100644 index b93fb52a6f..0000000000 --- a/package/boot/uboot-stm32/patches/001-configs-stm32mp13-increase-SYS_MALLOC_F_LEN-to-0x210.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 1cdb64ad3aa9d6cd4a02adc09fcc1015f90e2fb9 Mon Sep 17 00:00:00 2001 -From: Patrice Chotard <patrice.chotard@foss.st.com> -Date: Mon, 9 Jun 2025 14:53:13 +0200 -Subject: [PATCH] configs: stm32mp13: increase SYS_MALLOC_F_LEN to 0x210000 - -Due SCMI update to protocol v2.0, we need to increase -SYS_MALLOC_F_LEN value to avoid following message: -alloc space exhausted ptr 200040 limit 200000 - -Set SYS_MALLOC_F_LEN to 0x210000 to fix this issue. - -Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> ---- - configs/stm32mp13_defconfig | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/configs/stm32mp13_defconfig -+++ b/configs/stm32mp13_defconfig -@@ -1,7 +1,7 @@ - CONFIG_ARM=y - CONFIG_ARCH_STM32MP=y - CONFIG_TFABOOT=y --CONFIG_SYS_MALLOC_F_LEN=0x180000 -+CONFIG_SYS_MALLOC_F_LEN=0x210000 - CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc0400000 - CONFIG_ENV_OFFSET=0x900000 - CONFIG_DEFAULT_DEVICE_TREE="st/stm32mp135f-dk" |