[Buildroot] [PATCH v3 4/4] linux: config.in: add comment for Arm Cortex-M

Peter Korsgaard peter at korsgaard.com
Fri Jun 1 14:39:49 UTC 2018


>>>>> "Christophe" == Christophe PRIOUZEAU <christophe.priouzeau at st.com> writes:

 > When binutils > 2.28 are selected on Arm Cortex-M cpu,
 > linux kernel does not boot due to a new implementation
 > of 'adr pseudo instruction' on binutils.

 > Bugzilla thread: https://bugs.busybox.net/show_bug.cgi?id=11051

 > Signed-off-by: Christophe Priouzeau <christophe.priouzeau at st.com>
 > ---
 > Changes v1 -> v2
 >  - correct depends on for comment

 > Changes v2 -> v3
 >  - use correct TAG BR2_ARM_CPU_ARMV7M
 >  - invert depends for BR2_ARM_CPU_ARMV7M

 >  linux/Config.in | 4 ++++
 >  1 file changed, 4 insertions(+)

 > diff --git a/linux/Config.in b/linux/Config.in
 > index 73a3299..b5957b6 100644
 > --- a/linux/Config.in
 > +++ b/linux/Config.in
 > @@ -8,6 +8,10 @@ config BR2_LINUX_KERNEL
 
 >  if BR2_LINUX_KERNEL
 
 > +comment "Linux kernel will not boot with binutils >= 2.29"

The hope is still that this may be fixed in newer Linux kernel versions
so I changed it to the less strong:

Linux kernel may fail to boot with binutils >= 2.29

And committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list