summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1021aqds.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
deleted file mode 100644
index ae4d8bd..0000000
--- a/conf/machine/ls1021aqds.conf
+++ /dev/null
@@ -1,25 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1021AQDS board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6
7require conf/machine/include/ls-base.inc
8require conf/machine/include/tune-cortexa7.inc
9
10SOC_FAMILY = "ls102xa"
11
12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
14UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
16UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config"
17UBOOT_CONFIG[sdcard] = "ls1021aqds_sdcard_config"
18
19QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
20
21KERNEL_DEVICETREE = "ls1021a-qds.dtb"
22
23SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
24SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
25USE_VT ?= "0"