From 01cc6bd495f317001ca0c260521c82867580faeb Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 31 Dec 2017 20:35:40 +0100 Subject: [PATCH] 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 --- target/linux/at91/sama5/target.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2