mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Revert "configs/stm32f429_disco_xip: fix boot failure after uClibc bump"
This reverts commit72f7aa47e7. The MALLOC_SIMPLE workaround is no longer needed: the root cause, a zero _dl_pagesize on noMMU/FLAT targets, is fixed by commit35d3927e85("package/uclibc: fix for noMMU targets using FLAT binaries"). Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
This commit is contained in:
committed by
Fiona Klute
parent
8f103c70de
commit
2f5eb8f8f3
@@ -1,2 +0,0 @@
|
|||||||
# MALLOC is not set
|
|
||||||
MALLOC_SIMPLE=y
|
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
BR2_arm=y
|
BR2_arm=y
|
||||||
BR2_cortex_m4=y
|
BR2_cortex_m4=y
|
||||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=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_UCLIBC_INSTALL_UTILS is not set
|
||||||
BR2_ENABLE_LTO=y
|
BR2_ENABLE_LTO=y
|
||||||
BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f429-disco/patches"
|
BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f429-disco/patches"
|
||||||
|
|||||||
Reference in New Issue
Block a user