summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:45 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-20 17:15:20 +0800
commitbb32c3769e70e36f4c524c993e58545213b13910 (patch)
tree675aee6e5da469206a585571d0eff74a680cd42e
parent1f47a95c96b382fb9f73788e542e37318eb25f62 (diff)
downloadmeta-fsl-ppc-bb32c3769e70e36f4c524c993e58545213b13910.tar.gz
t1024qds[-64b]: 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. But t1024rdb which has the same soc with t1024qds is supported. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/t1024qds-64b.conf16
-rw-r--r--conf/machine/t1024qds.conf16
2 files changed, 0 insertions, 32 deletions
diff --git a/conf/machine/t1024qds-64b.conf b/conf/machine/t1024qds-64b.conf
deleted file mode 100644
index 9dc047c..0000000
--- a/conf/machine/t1024qds-64b.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1024QDS
3#@SOC: t1024
4#@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1024"
10UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
16
diff --git a/conf/machine/t1024qds.conf b/conf/machine/t1024qds.conf
deleted file mode 100644
index dc043a3..0000000
--- a/conf/machine/t1024qds.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1024QDS
3#@SOC: t1024
4#@DESCRIPTION: Machine configuration for running T1024QDS in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500.inc
8
9SOC_FAMILY = "t1:t1024"
10UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
16