From 1079a03886807557e3a21cbe6266a7ad21106720 Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Fri, 19 Jan 2018 18:38:03 +0800 Subject: layerscape: support ubifs rootfs Some layerscape devices (ls1012ardb/ls1012afrdm/ls1046ardb/ls1088ardb) were using ext4 rootfs because there were issues using squashfs. This patch is to drop using ext4 rootfs and use ubifs rootfs instead which is more proper for SPI-NOR flash. Signed-off-by: Yangbo Lu --- target/linux/layerscape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/layerscape/Makefile') diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index bd91556ef4..f533767fa6 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 fpu +FEATURES:=squashfs nand usb pcie gpio fpu ubifs SUBTARGETS:=armv8_64b armv8_32b MAINTAINER:=Yangbo Lu -- cgit v1.2.3