From f0ec7bd27d206ea0eb9587e178ce0d7ddc006bce Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Tue, 10 Jul 2018 11:58:59 +0800 Subject: layerscape: add armv7 subtarget and ls1021atwr board support The NXP TWR-LS1021A module is a development system based on the QorIQ LS1021A processor. - This feature-rich, high-performance processor module can be used standalone or as part of an assembled Tower System development platform. - Incorporating dual Arm Cortex-A7 cores running up to 1 GHz, the TWR-LS1021A delivers an outstanding level of performance. - The TWR-LS1021A offers HDMI, SATA3 and USB3 connectors as well as a complete Linux software developer's package. - The module provides a comprehensive level of security that includes support for secure boot, Trust Architecture and tamper detection in both standby and active power modes, safeguarding the device from manufacture to deployment. Signed-off-by: Yangbo Lu --- target/linux/layerscape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/layerscape/Makefile') diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index e5bb1932d8..148c09814a 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -10,7 +10,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=4.9 FEATURES:=squashfs nand usb pcie gpio fpu ubifs -SUBTARGETS:=armv8_64b armv8_32b +SUBTARGETS:=armv8_64b armv8_32b armv7 MAINTAINER:=Yangbo Lu define Target/Description -- cgit v1.2.3