From ec66f6d9e2b4543301930fea5141af4b4ef3d4a2 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Mon, 1 Feb 2016 18:45:34 +0100 Subject: [PATCH] configs: qemu_arm_vexpress: enable vfp In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP must be selected first. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- 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 5f1a997b30..e1808e9830 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