]> Git Repo - buildroot-mgba.git/commitdiff
configs/olimex_a33_olinuxino: use NEON+VFPv4 as FPU strategy
authorGiulio Benetti <[email protected]>
Tue, 5 Oct 2021 00:53:46 +0000 (02:53 +0200)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Tue, 12 Oct 2021 20:23:53 +0000 (22:23 +0200)
Allwinner A33 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.

Signed-off-by: Giulio Benetti <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
configs/olimex_a33_olinuxino_defconfig

index 7c691ab20d7f923d5afc00b41c765529832282a0..6262b30d26c29be897f51cd0b4ba57f31195387d 100644 (file)
@@ -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
This page took 0.030708 seconds and 4 git commands to generate.