From: Hauke Mehrtens Date: Sun, 31 Dec 2017 19:35:40 +0000 (+0100) Subject: at91: sama5: activate fpu X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01cc6bd495f317001ca0c260521c82867580faeb;p=openwrt%2Fstaging%2Fnbd.git 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 --- 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