ARM: always enable AEABI for ARMv6+
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 14 Jun 2017 09:25:18 +0000 (10:25 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 2 Aug 2017 13:15:04 +0000 (14:15 +0100)
commit494609701e06a0040c0f4042c80fac4e8b5f0ab8
treedb1dcfad9c964c971664e9e58bd165832c8a6d1a
parentdca778c5bbf3f1cfcf7f6ef6cadf5a7e5c5d972f
ARM: always enable AEABI for ARMv6+

Always enable AEABI for ARMv6+, as these use the double-word exclusives
which must be passed an even register to avoid errors such as:

/tmp/ccG2rCwe.s:905: Error: even register required -- `ldrexd r5,r6,[r7]'
/tmp/ccG2rCwe.s:909: Error: even register required -- `strexd sl,r3,r4,[r7]'

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig