configs/stm32f469: 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:50:33 +0000 (17:50 +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/stm32f469_disco_defconfig

index 8b77d8c1a206e7052564265d84514cbbdedb43b7..e5cacafb4602fbaeb5bab0815671936773b63f40 100644 (file)
@@ -2,6 +2,7 @@ BR2_arm=y
 BR2_cortex_m4=y
 BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f469-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