[3/3] Revert "configs/stm32f429_disco_xip: fix boot failure after uClibc bump"

Message ID 20260805124300.1485387-3-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/3] Revert "configs/stm32f769_disco_sd: fix boot failure after uClibc bump"
Related show

Commit Message

Dario Binacchi Aug. 5, 2026, 12:43 p.m. UTC
This reverts commit 72f7aa47e73e9a93dbfa3e4128c0d8e7932edb50.

The MALLOC_SIMPLE workaround is no longer needed: the root cause, a
zero _dl_pagesize on noMMU/FLAT targets, is fixed by commit
35d3927e8564 ("package/uclibc: fix for noMMU targets using FLAT
binaries").

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 .../stmicroelectronics/common/stm32f4xx/uclibc-fragment.config  | 2 --
 configs/stm32f429_disco_xip_defconfig                           | 1 -
 2 files changed, 3 deletions(-)
 delete mode 100644 board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config

Patch

diff --git a/board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config b/board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config
deleted file mode 100644
index fb8fa9ee01c3..000000000000
--- a/board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config
+++ /dev/null
@@ -1,2 +0,0 @@ 
-# MALLOC is not set
-MALLOC_SIMPLE=y
diff --git a/configs/stm32f429_disco_xip_defconfig b/configs/stm32f429_disco_xip_defconfig
index 0c472a328bfd..40577a21a5ee 100644
--- a/configs/stm32f429_disco_xip_defconfig
+++ b/configs/stm32f429_disco_xip_defconfig
@@ -1,7 +1,6 @@ 
 BR2_arm=y
 BR2_cortex_m4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
-BR2_UCLIBC_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config"
 # BR2_UCLIBC_INSTALL_UTILS is not set
 BR2_ENABLE_LTO=y
 BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f429-disco/patches"