aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/Makefile
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2018-01-19 18:38:03 +0800
committerJohn Crispin <john@phrozen.org>2018-02-13 10:01:51 +0100
commit1079a03886807557e3a21cbe6266a7ad21106720 (patch)
tree1757d12f40a6238e370a32dda6986f7c2b146aa1 /target/linux/layerscape/Makefile
parentd6fd44cebfd802c309b7e2dc99edec0a815b92ed (diff)
downloadupstream-1079a03886807557e3a21cbe6266a7ad21106720.tar.gz
upstream-1079a03886807557e3a21cbe6266a7ad21106720.tar.bz2
upstream-1079a03886807557e3a21cbe6266a7ad21106720.zip
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 <yangbo.lu@nxp.com>
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 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 <yangbo.lu@nxp.com>