mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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,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 New Issue
Block a user