]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021aqds: remove as it is not supported
authorTing Liu <ting.liu@freescale.com>
Fri, 10 Jul 2015 09:45:11 +0000 (17:45 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 13 Jul 2015 17:00:59 +0000 (14:00 -0300)
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>
meta-fsl-arm/conf/machine/ls1021aqds.conf [deleted file]

diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf
deleted file mode 100644 (file)
index ae4d8bd..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale LS1021AQDS board
-#@SOC: ls102xa
-#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode
-#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
-
-require conf/machine/include/ls-base.inc
-require conf/machine/include/tune-cortexa7.inc
-
-SOC_FAMILY = "ls102xa"
-
-UBOOT_CONFIG ??= "nor"
-UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
-UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
-UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
-UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config"
-UBOOT_CONFIG[sdcard] = "ls1021aqds_sdcard_config"
-
-QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
-
-KERNEL_DEVICETREE = "ls1021a-qds.dtb"
-
-SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
-SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
-USE_VT ?= "0"