diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-04-18 18:48:00 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-06 15:40:08 +0200 |
commit | b4b53cd39b128dd583871fd639957c381d9eae57 (patch) | |
tree | d575a664e6c9beacf3c06abdc4072c33580c9012 /target/linux/layerscape/Makefile | |
parent | 9ad7c53383dd479a265762c4ffb73b8a2f126129 (diff) | |
download | upstream-b4b53cd39b128dd583871fd639957c381d9eae57.tar.gz upstream-b4b53cd39b128dd583871fd639957c381d9eae57.tar.bz2 upstream-b4b53cd39b128dd583871fd639957c381d9eae57.zip |
layerscape: drop armv8_32b support
NXP LSDK has decided to drop armv8_32b support considering
few users are using it.
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 7bb12b85e1..cfca959004 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -10,7 +10,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=4.14 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 -SUBTARGETS:=armv8_64b armv8_32b armv7 +SUBTARGETS:=armv8_64b armv7 MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> define Target/Description |