summaryrefslogtreecommitdiff
path: root/arch/Config.in.arm
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>2015-10-25 16:19:40 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-25 19:56:20 +0100
commitcc0773f2a89f30b252532e771cf4ffa513f57f2d (patch)
tree73571049fccdb8aef0eed84cfbad3e309213bab9 /arch/Config.in.arm
parent3af2f6cddcdf9fccc6900b17cae8c15f3ee4fddf (diff)
arch/arm: use EABIhf by default with VFP
Set EABIhf as the default target ABI for the ARM processors that have or may have a VFP unit, since this ABI is the most efficient in that case. Of course, EABI can still be selected manually if needed. [Peter: only default to EABIHF when we are sure the CPU has a VFP] Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch/Config.in.arm')
-rw-r--r--arch/Config.in.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index 4d10f4c49..db7b8f2cb 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -188,6 +188,7 @@ endchoice
choice
prompt "Target ABI"
depends on BR2_arm || BR2_armeb
+ default BR2_ARM_EABIHF if BR2_ARM_CPU_HAS_VFPV2
default BR2_ARM_EABI
help
Application Binary Interface to use. The Application Binary