configs/stm32f429: force usage of binutils 2.28.x
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>
Tue, 29 May 2018 12:09:27 +0000 (12:09 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 29 May 2018 15:49:49 +0000 (17:49 +0200)
Fixes #11051

Due to runtime issue with the usage of binutils 2.29.x, we need to use the
version 2.28.x

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Acked-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/stm32f429_disco_defconfig

index 5237e9adb5e802975ca3472d2267e97e68e450f7..fc167d027088a675e846921970fffcc5a5fdc16c 100644 (file)
@@ -2,6 +2,7 @@ BR2_arm=y
 BR2_cortex_m4=y
 BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f429-disco/patches"
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
+BR2_BINUTILS_VERSION_2_28_X=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/stm32-post-build.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y