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>
This commit is contained in:
parent
86e27f135b
commit
fa0c45c397
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue