diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-10 17:45:11 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-13 14:00:59 -0300 |
commit | a5561e9089fb0cb5b0a4708a6b84dd3247de7a44 (patch) | |
tree | 64ef0465f10970c4ac4ddd12a54b4deb861c1760 | |
parent | 5558502c956dec76b81c03a30a2833ac48f9f08d (diff) | |
download | meta-freescale-a5561e9089fb0cb5b0a4708a6b84dd3247de7a44.tar.gz |
ls1021aqds: remove as it is not supported
The board is not supported in SDK 1.8 and as it is untested QorIQ team does
not offer support for it. Drop the board to avoid user using untested BSP
components in this board.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-arm/conf/machine/ls1021aqds.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf deleted file mode 100644 index ae4d8bde..00000000 --- a/meta-fsl-arm/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 | |||
7 | require conf/machine/include/ls-base.inc | ||
8 | require conf/machine/include/tune-cortexa7.inc | ||
9 | |||
10 | SOC_FAMILY = "ls102xa" | ||
11 | |||
12 | UBOOT_CONFIG ??= "nor" | ||
13 | UBOOT_CONFIG[nor] = "ls1021aqds_nor_config" | ||
14 | UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config" | ||
15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" | ||
16 | UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config" | ||
17 | UBOOT_CONFIG[sdcard] = "ls1021aqds_sdcard_config" | ||
18 | |||
19 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | ||
20 | |||
21 | KERNEL_DEVICETREE = "ls1021a-qds.dtb" | ||
22 | |||
23 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | ||
24 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
25 | USE_VT ?= "0" | ||