summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorJosua Mayer <josua.mayer97@gmail.com>2016-08-16 16:02:43 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-30 10:51:21 +0200
commitfa0c45c397c722eb6b20a055fdf53b7488b2d8e8 (patch)
tree7248e25815237268c4ce7460c1827a4ec9d3aad1 /target/linux/mvebu
parent86e27f135be6737016f124bc3d1f3344b5450caa (diff)
downloadmaster-31e0f0ae-fa0c45c397c722eb6b20a055fdf53b7488b2d8e8.tar.gz
master-31e0f0ae-fa0c45c397c722eb6b20a055fdf53b7488b2d8e8.tar.bz2
master-31e0f0ae-fa0c45c397c722eb6b20a055fdf53b7488b2d8e8.zip
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@nbd.name>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index bda69f64c7..e319a8f822 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@openwrt.org>