[source] layerscape: activate fpu feature

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 2 05:29:21 PST 2018


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

commit 597de6904c39e02a8aa008f50ff19c6793117194
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jan 1 16:58:33 2018 +0100

    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 at hauke-m.de>
---
 target/linux/layerscape/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index 67da844..bd91556 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 at nxp.com>
 



More information about the lede-commits mailing list