[Buildroot] [PATCH 2/2] configs: qemu_arm_nuri: enable vfp

Romain Naour romain.naour at gmail.com
Mon Feb 1 17:45:35 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_nuri_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/qemu_arm_nuri_defconfig b/configs/qemu_arm_nuri_defconfig
index 0854ae0..222f325 100644
--- a/configs/qemu_arm_nuri_defconfig
+++ b/configs/qemu_arm_nuri_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