mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Revert "configs/stm32f769_disco_sd: fix boot failure after uClibc bump"
This reverts commitdd67de1bd3. 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
dab2b76234
commit
c784c1fadb
@@ -1,2 +0,0 @@
|
||||
# MALLOC is not set
|
||||
MALLOC_SIMPLE=y
|
||||
@@ -1,7 +1,6 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_m7=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
|
||||
BR2_UCLIBC_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32f769-disco/uclibc-fragment.config"
|
||||
BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f769-disco/patches"
|
||||
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/stm32f769-disco/post-build.sh"
|
||||
|
||||
Reference in New Issue
Block a user