[Buildroot] [PATCH 1/2] configs: qemu_arm_vexpress: enable vfp

Romain Naour romain.naour at gmail.com
Mon Feb 1 17:45:34 UTC 2016


In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP
must be selected first.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
---
 configs/qemu_arm_vexpress_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig
index 5f1a997..e1808e9 100644
--- a/configs/qemu_arm_vexpress_defconfig
+++ b/configs/qemu_arm_vexpress_defconfig
@@ -2,6 +2,7 @@
 BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
 BR2_ARM_FPU_VFPV3D16=y
 
 # System
-- 
2.4.3



More information about the buildroot mailing list