]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
arch/Config.in.arm: only enable BR2_ARM_CPU_HAS_ARM for ARMv8 in 32bit mode
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 7 Dec 2016 09:25:20 +0000 (10:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 8 Dec 2016 21:32:14 +0000 (22:32 +0100)
commit6d97af8763a10180ff935a3dff90b217d79246e6
tree681e6508d3f6974073446463695d4c5410b18859
parentf10fdd57f04a2f015c6aeb15a4b5947e48b8d67a
arch/Config.in.arm: only enable BR2_ARM_CPU_HAS_ARM for ARMv8 in 32bit mode

Fixes:
http://autobuild.buildroot.net/results/5e6/5e67cc067a06f7364cde1a8393ea72608fe7fef1/

A number of packages use BR2_ARM_CPU_HAS_ARM to know if the target handles
classic A32 instructions, which is only true for ARMv8 cores when they are
running in 32bit mode.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in.arm