aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-01-01 16:58:33 +0100
committerJohn Crispin <john@phrozen.org>2018-01-02 07:24:46 +0100
commit597de6904c39e02a8aa008f50ff19c6793117194 (patch)
tree0a927dab1f8970bd08973f27edf78fbd638e7449 /target/linux/layerscape/Makefile
parent01cc6bd495f317001ca0c260521c82867580faeb (diff)
downloadupstream-597de6904c39e02a8aa008f50ff19c6793117194.tar.gz
upstream-597de6904c39e02a8aa008f50ff19c6793117194.tar.bz2
upstream-597de6904c39e02a8aa008f50ff19c6793117194.zip
layerscape: activate fpu feature
The CPU sub type was set to a CPU version with FPU, but the FPU feature was not activated before, so a soft float toolchain was created. Activate also the FPU feature to create the correct toolchain. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape/Makefile')
-rw-r--r--target/linux/layerscape/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index 67da8449aa..bd91556ef4 100644
--- a/target/linux/layerscape/Makefile
+++ b/target/linux/layerscape/Makefile
@@ -10,7 +10,7 @@ BOARD:=layerscape
BOARDNAME:=NXP Layerscape
DEVICE_TYPE:=developerboard
KERNEL_PATCHVER:=4.9
-FEATURES:=squashfs nand usb pcie gpio
+FEATURES:=squashfs nand usb pcie gpio fpu
SUBTARGETS:=armv8_64b armv8_32b
MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>