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/image/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/image/Makefile')
-rw-r--r-- | target/linux/layerscape/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index 884daa5c21..bc65748853 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -47,10 +47,6 @@ ifeq ($(SUBTARGET),armv8_64b) include armv8_64b.mk endif -ifeq ($(SUBTARGET),armv8_32b) -include armv8_32b.mk -endif - ifeq ($(SUBTARGET),armv7) include armv7.mk endif |