diff --git a/configs/calao_snowball_defconfig b/configs/calao_snowball_defconfig index 0631b52a21..90421a4b67 100644 --- a/configs/calao_snowball_defconfig +++ b/configs/calao_snowball_defconfig @@ -1,10 +1,9 @@ BR2_arm=y BR2_cortex_a9=y BR2_KERNEL_HEADERS_3_4=y -# BR2_SOFT_FLOAT is not set +BR2_ARM_FPU_VFPV3D16=y BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_VFP_FLOAT=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA2" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index ff3948b277..08de3daa6c 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -1,8 +1,7 @@ # Architecture BR2_arm=y BR2_cortex_a8=y -# BR2_SOFT_FLOAT is not set -BR2_VFP_FLOAT=y +BR2_ARM_FPU_VFPV3D16=y # System BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" diff --git a/configs/qemu_arm_nuri_defconfig b/configs/qemu_arm_nuri_defconfig index 26eb81555e..1e435a6211 100644 --- a/configs/qemu_arm_nuri_defconfig +++ b/configs/qemu_arm_nuri_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 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