diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-01-19 18:38:03 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:51 +0100 |
commit | 1079a03886807557e3a21cbe6266a7ad21106720 (patch) | |
tree | 1757d12f40a6238e370a32dda6986f7c2b146aa1 /target/linux/layerscape/Makefile | |
parent | d6fd44cebfd802c309b7e2dc99edec0a815b92ed (diff) | |
download | upstream-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/Makefile | 2 |
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> |