configs: ensure ARM EABIhf is enabled for configurations using cortex A9
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 20:59:56 +0000 (21:59 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 21:05:11 +0000 (22:05 +0100)
Similar to the issue with the Atmel A5 based boards, the VFP is optional on
A9 - So we need to enable it to be able to use EABIhf.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/altera_socdk_defconfig
configs/altera_sockit_defconfig
configs/riotboard_defconfig
configs/udoo_quad_defconfig
configs/via_imx6_vab820_defconfig
configs/xilinx_zc706_defconfig

index f1916df133ba39a9b48be176b5e27d02a841faa3..6b05a27035138718521e7c990d45cbcf54d02174 100644 (file)
@@ -1,7 +1,7 @@
 BR2_arm=y
 BR2_cortex_a9=y
 
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_FPU_NEON=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
index d2f219fd20be5f1a791acd899ca2d405af894c65..6bd3a715064f8fe978c430d75037208e77dda86c 100644 (file)
@@ -1,7 +1,7 @@
 BR2_arm=y
 BR2_cortex_a9=y
 
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_FPU_NEON=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
index b6d69a80d95e101ed5621d9fe8a2bbd7ccb6e961..73677c7c58a0d1a00c62f14f9a78a684fa4ea0ac 100644 (file)
@@ -1,7 +1,7 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
 
 # system
 BR2_TARGET_GENERIC_GETTY=y
index bcc19231d99befe763ccf5d2de4e8a5932b594b3..6cb05be355e07adc21eccbd02b2723e799cd90cc 100644 (file)
@@ -1,8 +1,7 @@
 # Architceture
 BR2_arm=y
 BR2_cortex_a9=y
-BR2_ARM_EABIHF=y
-BR2_ARM_FPU_VFPV3=y
+BR2_ARM_ENABLE_VFP=y
 
 # Linux headers same as kernel, a 3.0 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
index 268b96e55a704749f906f1a911ed8e28d268c5d5..d2f62c5409a1242c03a9c8df5941c451d873e392 100644 (file)
@@ -1,8 +1,7 @@
 # Architecture
 BR2_arm=y
 BR2_cortex_a9=y
-BR2_ARM_EABIHF=y
-BR2_ARM_FPU_VFPV3=y
+BR2_ARM_ENABLE_VFP=y
 
 # Linux headers same as kernel, a 3.10 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
index 5563dc880efe40266c656c07f68dee41b1bce2f5..d1a46ca10618d3572d0d3bfbcd063a5165376cf0 100644 (file)
@@ -1,6 +1,6 @@
 BR2_arm=y
 BR2_cortex_a9=y
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_ENABLE_NEON=y
 # Linux headers same as kernel, a 3.14 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y