Browse Source

configs/olimex_a20_olinuxino_lime2: 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 <giulio.benetti@benettiengineering.com>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Giulio Benetti 3 years ago
parent
commit
f8528acdfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configs/olimex_a20_olinuxino_lime2_defconfig

+ 1 - 0
configs/olimex_a20_olinuxino_lime2_defconfig

@@ -2,6 +2,7 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_EABIHF=y
+BR2_ARM_FPU_NEON_VFPV4=y
 
 # Linux headers same as kernel, a 5.10 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y