linux: config.in: add comment for Arm Cortex-M
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>
Thu, 31 May 2018 13:21:34 +0000 (13:21 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 1 Jun 2018 14:37:48 +0000 (16:37 +0200)
commitf13477b68fc228709764262431faf3458c28ccab
treeab2c65e58e5d8287d4972d1fab1bfea38aa046e9
parent17f352acdebd4a825903807f8a2d60ebea223afb
linux: config.in: add comment for Arm Cortex-M

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@st.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in