diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-07-18 14:14:40 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-09-22 21:20:57 +0200 |
commit | eb684205e5e6958ad71cf4a179fa776f6507f7e3 (patch) | |
tree | fe6803b86bdfd42e65cbf894854e47c307d992fa /target/linux/layerscape/Makefile | |
parent | f0ec7bd27d206ea0eb9587e178ce0d7ddc006bce (diff) | |
download | upstream-eb684205e5e6958ad71cf4a179fa776f6507f7e3.tar.gz upstream-eb684205e5e6958ad71cf4a179fa776f6507f7e3.tar.bz2 upstream-eb684205e5e6958ad71cf4a179fa776f6507f7e3.zip |
layerscape: add SD card boot support
NOR/QSPI Flash on Layerscape board only has limited 64MB memory size.
Since some boards (ls1043ardb/ls1046ardb/ls1088ardb/ls1021atwr)
could support SD card boot, we added SD boot support for them to put
all things on SD card to meet large memory requirement.
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 148c09814a..9b8ae4082f 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=4.9 -FEATURES:=squashfs nand usb pcie gpio fpu ubifs +FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 SUBTARGETS:=armv8_64b armv8_32b armv7 MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> |