[meta-freescale] [meta-fsl-arm][PATCH v2 6/6] Add machine conf file for ls1021aqds

Zhenhua Luo zhenhua.luo at freescale.com
Tue Aug 26 21:57:18 PDT 2014


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/ls1021aqds.conf | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 conf/machine/ls1021aqds.conf

diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
new file mode 100644
index 0000000..6249d2d
--- /dev/null
+++ b/conf/machine/ls1021aqds.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale LS1021AQDS board
+#@SOC: ls102xa
+#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode
+#@MAINTAINER: Zhenhua Luo <zhenhua.luo at freescale.com>
+
+require conf/machine/include/ls-base.inc
+require conf/machine/include/tune-cortexa7.inc
+
+SOC_FAMILY = "ls102xa"
+UBOOT_MACHINE ?= "ls1021aqds_nor ls1021aqds_spi \
+        ls1021aqds_nor_secboot ls1021aqds_letech"
+KERNEL_DEVICETREE = "ls1021a-qds.dtb"
+KERNEL_DEFCONFIG = "${S}/arch/arm/configs/ls1021a_defconfig"
+
-- 
1.9.3



More information about the meta-freescale mailing list