configs/zynq_*_defconfig: enable VFP support
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Oct 2016 16:41:16 +0000 (18:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Oct 2016 16:44:02 +0000 (18:44 +0200)
The A9 cores inside the Xilinx Zynq have a VFP unit, so enable it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/zynq_microzed_defconfig
configs/zynq_zc706_defconfig
configs/zynq_zed_defconfig

index 5efc0d4f859cd5cd7e6335a87b4233dffaa36115..ca6d010e23b964653312743f9571461c529a3140 100644 (file)
@@ -1,6 +1,7 @@
 BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
 BR2_LINUX_KERNEL=y
index 578f042b2b92ee45339a4c732190385ba8c9237b..6f7215cb2ccda787bf1ed7908c63358a908ccaa2 100644 (file)
@@ -2,6 +2,7 @@ BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
+BR2_ARM_ENABLE_VFP=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
 BR2_LINUX_KERNEL=y
index 7ce3365e23619b02603d02494a385753af1867fd..e5bf3de9112fc456767058f6f7a64db14afed824 100644 (file)
@@ -1,6 +1,7 @@
 BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
 BR2_LINUX_KERNEL=y