diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-16 10:03:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-16 15:14:53 +0200 |
commit | 379d4aeab5004c5c462f8caa4f4974e4789ecafd (patch) | |
tree | e9c7136ab2629fcf83e6cc8aaa163b1fbb973ea5 /configs/qemu_arm_vexpress_defconfig | |
parent | d806005b08ec3228a252af4d2f038844a4d6fed2 (diff) | |
download | buildroot-379d4aeab5004c5c462f8caa4f4974e4789ecafd.tar.gz buildroot-379d4aeab5004c5c462f8caa4f4974e4789ecafd.zip |
configs: update defconfigs after VFP option changes
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_arm_vexpress_defconfig')
-rw-r--r-- | configs/qemu_arm_vexpress_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig index 12d1d0b475..2cc6db95f1 100644 --- a/configs/qemu_arm_vexpress_defconfig +++ b/configs/qemu_arm_vexpress_defconfig @@ -2,8 +2,7 @@ BR2_arm=y BR2_cortex_a9=y BR2_ARM_ENABLE_NEON=y -BR2_VFP_FLOAT=y -# BR2_SOFT_FLOAT is not set +BR2_ARM_FPU_VFPV3D16=y # System BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y |