From 23329364e206d5ca67a9eb9c733d3d556ccdbac4 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 5 Oct 2021 02:53:46 +0200 Subject: [PATCH] configs/olimex_a33_olinuxino: use NEON+VFPv4 as FPU strategy Allwinner A33 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/olimex_a33_olinuxino_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/olimex_a33_olinuxino_defconfig b/configs/olimex_a33_olinuxino_defconfig index 7c691ab20d..6262b30d26 100644 --- a/configs/olimex_a33_olinuxino_defconfig +++ b/configs/olimex_a33_olinuxino_defconfig @@ -1,6 +1,7 @@ # Architecture BR2_arm=y BR2_cortex_a7=y +BR2_ARM_FPU_NEON_VFPV4=y # Linux headers same as kernel, a 5.0 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y