diff mbox series

[04/28] configs/bananapi_m2_ultra_defconfig: enable NEON/VFPV4 FPU strategy

Message ID 20220118104338.2081259-5-giulio.benetti@benettiengineering.com
State Rejected
Headers show
Series Use the best FPU strategies on 32-bits Arm Cortex | expand

Commit Message

Giulio Benetti Jan. 18, 2022, 10:43 a.m. UTC
This boards has Allwinner A40i/R40/V40 that support NEON/VFPV4 FPU
strategy, so let's enable it.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/bananapi_m2_ultra_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/bananapi_m2_ultra_defconfig b/configs/bananapi_m2_ultra_defconfig
index 67ecec424c..b22e597945 100644
--- a/configs/bananapi_m2_ultra_defconfig
+++ b/configs/bananapi_m2_ultra_defconfig
@@ -1,5 +1,6 @@ 
 BR2_arm=y
 BR2_cortex_a7=y
+BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y
 BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M2 Ultra"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"