[source] mvebu: add fpu to features

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 30 01:51:41 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/fa0c45c397c722eb6b20a055fdf53b7488b2d8e8

commit fa0c45c397c722eb6b20a055fdf53b7488b2d8e8
Author: Josua Mayer <josua.mayer97 at gmail.com>
AuthorDate: Tue Aug 16 16:02:43 2016 +0200

    mvebu: add fpu to features
    
    This triggers HAS_FPU=y, and unsets CONFIG_SOFT_FLOAT.
    Considering all mvebu boards have an fpu, this is the desirable behaviour.
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/mvebu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index bda69f6..e319a8f 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=mvebu
 BOARDNAME:=Marvell Armada 37x/38x/XP
-FEATURES:=usb pci pcie gpio nand squashfs
+FEATURES:=fpu usb pci pcie gpio nand squashfs
 CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=vfpv3
 MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>



More information about the lede-commits mailing list