From aaced92e8c69e3eb71c2cba4c5ae6a1770ae8972 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 5 Oct 2021 02:53:43 +0200 Subject: [PATCH] configs/bananapi_m1: use NEON+VFPv4 as FPU strategy Allwinner A20 supports NEON+VFPv4 so let's enable instead of the default VFPv4-D16. Signed-off-by: Giulio Benetti Reviewed-by: Luca Ceresoli Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- configs/bananapi_m1_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/bananapi_m1_defconfig b/configs/bananapi_m1_defconfig index 23da363345..2d948ec223 100644 --- a/configs/bananapi_m1_defconfig +++ b/configs/bananapi_m1_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 M1" BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"