Skip to content

Commit

Permalink
layerscape: activate fpu feature
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke authored and blogic committed Jan 2, 2018
1 parent 01cc6bd commit 597de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/layerscape/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down

0 comments on commit 597de69

Please sign in to comment.