configs: atmel: ensure EABIhf is selected for sama5d*
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 23 Feb 2016 16:19:04 +0000 (17:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 20:49:36 +0000 (21:49 +0100)
The recent changes in Config.in.arm regarding the VFP selection broke the
atmel_sama5d* defconfigs. Ensure EABIhf is selected as all the sama5 have a
vfp.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/atmel_sama5d3_xplained_defconfig
configs/atmel_sama5d3_xplained_mmc_defconfig
configs/atmel_sama5d3xek_defconfig
configs/atmel_sama5d4_xplained_defconfig
configs/atmel_sama5d4ek_defconfig

index 74f613c55894bcf3b4e24a7217a8ecc366338e97..665a3d7cb33f610fd79f52b9e2badc6ff8d417e6 100644 (file)
@@ -1,7 +1,6 @@
 BR2_arm=y
 BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
-BR2_ARM_FPU_VFPV4D16=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 # Linux headers same as kernel, a 3.18 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
index a0c1329823c60c8bb000e5794abc3481d240fe10..1a757675d9a947c16e29be0a0627025d0b92fdb2 100644 (file)
@@ -1,7 +1,7 @@
 # Architecture
 BR2_arm=y
 BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
 
 # Linux headers same as kernel, a 3.18 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
index 64eabe81dee597795bcea85de736cb3361be153b..193fa136510806691efd002176a1b30f139c8de9 100644 (file)
@@ -1,7 +1,6 @@
 BR2_arm=y
 BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
-BR2_ARM_FPU_VFPV4D16=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 # Linux headers same as kernel, a 3.18 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
index 67e2eb2fbb8908e4afab4b6f974bf53c4c0bb64d..0991f86fa682118194d11be4cd2c487a6fc5a015 100644 (file)
@@ -1,8 +1,7 @@
 BR2_arm=y
 BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
 BR2_ARM_ENABLE_NEON=y
-BR2_ARM_FPU_VFPV4D16=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 # Linux headers same as kernel, a 3.18 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
index 73d0a185190ce8bf22f57f55b1dc45e2d2490424..92b08400124fee6d1608db0c6792047d2cd82d41 100644 (file)
@@ -1,8 +1,7 @@
 BR2_arm=y
 BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
 BR2_ARM_ENABLE_NEON=y
-BR2_ARM_FPU_VFPV4D16=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 # Linux headers same as kernel, a 3.18 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y