summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2019-03-13 00:08:39 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-03-14 22:18:42 +0100
commit9a05759bf8060e58cdfcae9074208a702d1b0de7 (patch)
tree6c35aca9fb637d663a68a21ff669ebaa38e13e18 /linux
parentdc5d95154e030becb8a5ada0f0876aa4ec4f0295 (diff)
package/binutils: remove version 2.29
We are back with 3 binutils version in Buildroot. Now CFI support is always present for NIOSII. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 856b53eec0..818b94e1c0 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -9,9 +9,9 @@ config BR2_LINUX_KERNEL
if BR2_LINUX_KERNEL
# https://sourceware.org/bugzilla/show_bug.cgi?id=21458
-comment "Linux kernel in thumb mode may be broken with binutils 2.29 and 2.30"
+comment "Linux kernel in thumb mode may be broken with binutils 2.30"
depends on BR2_arm || BR2_armeb
- depends on BR2_BINUTILS_VERSION_2_29_X || BR2_BINUTILS_VERSION_2_30_X
+ depends on BR2_BINUTILS_VERSION_2_30_X
# Packages that need to have a kernel with support for loadable modules,
# but do not use the kernel-modules infrastructure, should select that