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 <hauke@hauke-m.de>
This commit is contained in:
parent
498285922e
commit
01cc6bd495
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue