[LEDE-DEV] [PATCH] at91: sama5: activate fpu

Hauke Mehrtens hauke at hauke-m.de
Sun Dec 31 11:35:40 PST 2017


This activates neon and VFPv4 support for this target. The CPU support
these feature so also use them.

Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---

I do not have the hardware, could some please test if this still works 
on a at91 compatible board. 

 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.11.0




More information about the Lede-dev mailing list