diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-31 20:35:40 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-02 07:14:09 +0100 |
commit | 01cc6bd495f317001ca0c260521c82867580faeb (patch) | |
tree | 90f69ce897a1131796e707d0c57d437cb5ef46aa | |
parent | 498285922e19d1df55ddef204caced48fef26135 (diff) | |
download | upstream-01cc6bd495f317001ca0c260521c82867580faeb.tar.gz upstream-01cc6bd495f317001ca0c260521c82867580faeb.tar.bz2 upstream-01cc6bd495f317001ca0c260521c82867580faeb.zip |
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>
-rw-r--r-- | target/linux/at91/sama5/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/at91/sama5/target.mk b/target/linux/at91/sama5/target.mk index 7ccf30b386..8ff6c761a9 100644 --- a/target/linux/at91/sama5/target.mk +++ b/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 |