Browse Source

at91: sama5: activate fpu

This activates neon and VFPv4 support for this target. The CPU support
these feature so also use them.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 8 years ago
parent
commit
01cc6bd495
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/at91/sama5/target.mk

+ 2 - 0
target/linux/at91/sama5/target.mk

@@ -1,6 +1,8 @@
 BOARDNAME:=SAMA5 Xplained boards(Cortex-A5)
 CPU_TYPE:=cortex-a5
+CPU_SUBTYPE:=neon-vfpv4
 
+FEATURES+=fpu
 DEFAULT_PACKAGES += kmod-usb2
 
 define Target/Description