diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2018-05-31 13:21:32 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-01 16:40:11 +0200 |
commit | 371b45fe4aaf8ba5ad46223d947cf7f9b851785f (patch) | |
tree | 936c6b19fd97e810b6349bc6ab08457ab914155c /linux/Config.in | |
parent | f13477b68fc228709764262431faf3458c28ccab (diff) | |
download | buildroot-371b45fe4aaf8ba5ad46223d947cf7f9b851785f.tar.gz buildroot-371b45fe4aaf8ba5ad46223d947cf7f9b851785f.zip |
Revert "configs/stm32f429: force usage of binutils 2.28.x"
This reverts commit cbe43fd417d77f846f1ca47cdacd51a73be1aaec.
Now that the binutils default has been changed for ARMv7M, this is no longer
needed.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index b5957b61d3..bffb52fd18 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -8,7 +8,7 @@ config BR2_LINUX_KERNEL if BR2_LINUX_KERNEL -comment "Linux kernel will not boot with binutils >= 2.29" +comment "Linux kernel may fail to boot with binutils >= 2.29" depends on BR2_ARM_CPU_ARMV7M depends on !BR2_BINUTILS_VERSION_2_28_X |