diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-06-01 21:43:06 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-01 21:43:06 +0200 |
commit | d937f908f12f80349089e60e418afbb714e86f7e (patch) | |
tree | fa196ecce7fa4bff10f9f19fa23bac4bc8578ffe | |
parent | c2c0623bff4a93120642d68dcec247ac2729fa09 (diff) | |
download | buildroot-d937f908f12f80349089e60e418afbb714e86f7e.tar.gz buildroot-d937f908f12f80349089e60e418afbb714e86f7e.zip |
linux: reword binutils 2.29+ comment
This issue only applies to kernels built with CONFIG_THUMB2=y, so reword the
comment to make that more clear.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-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 c29b1f6c88..58d2286685 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -8,7 +8,7 @@ config BR2_LINUX_KERNEL if BR2_LINUX_KERNEL -comment "Linux kernel may fail to boot with binutils >= 2.29" +comment "Linux kernel in thumb mode may be broken with binutils >= 2.29" depends on BR2_arm || BR2_armeb depends on !BR2_BINUTILS_VERSION_2_28_X |