diff mbox series

[2/2] configs/stm32f469: force usage of BINUTILS 2.28.x

Message ID 1527595765-23055-2-git-send-email-christophe.priouzeau@st.com
State Accepted
Commit 12049cc8b8972a9d0f1e27f1382cc5752d45312f
Headers show
Series [1/2] configs/stm32f429: force usage of BINUTILS 2.28.x | expand

Commit Message

Christophe PRIOUZEAU May 29, 2018, 12:09 p.m. UTC
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>
---
 configs/stm32f469_disco_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Romain Naour May 29, 2018, 12:49 p.m. UTC | #1
Le 29/05/2018 à 14:09, Christophe PRIOUZEAU a écrit :
> 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>

Fixes: #11051

Acked-by: Romain Naour <romain.naour@smile.fr>

> ---
>  configs/stm32f469_disco_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32f469_disco_defconfig b/configs/stm32f469_disco_defconfig
> index 8b77d8c..e5cacaf 100644
> --- a/configs/stm32f469_disco_defconfig
> +++ b/configs/stm32f469_disco_defconfig
> @@ -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
>
diff mbox series

Patch

diff --git a/configs/stm32f469_disco_defconfig b/configs/stm32f469_disco_defconfig
index 8b77d8c..e5cacaf 100644
--- a/configs/stm32f469_disco_defconfig
+++ b/configs/stm32f469_disco_defconfig
@@ -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