[source] at91: sama5: activate fpu

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 1 22:14:29 PST 2018


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/01cc6bd495f317001ca0c260521c82867580faeb

commit 01cc6bd495f317001ca0c260521c82867580faeb
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Dec 31 20:35:40 2017 +0100

    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 at hauke-m.de>
---
 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 7ccf30b..8ff6c76 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



More information about the lede-commits mailing list