summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:48 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:58 -0300
commita2f31bf3a1676e98d1f40bb65fc92b53dadc7bb5 (patch)
treeecc03c260c7dbb71726de9a26cbf11c1c6b209d8
parenta3e286bbdf57a9b85baebb195c91f0ce14a78993 (diff)
downloadmeta-freescale-a2f31bf3a1676e98d1f40bb65fc92b53dadc7bb5.tar.gz
t1040rdb[-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 t1040d4rdb which has the same soc with t1040rdb is supported. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-ppc/conf/machine/t1040rdb-64b.conf16
-rw-r--r--meta-fsl-ppc/conf/machine/t1040rdb.conf16
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf
deleted file mode 100644
index 6196097e..00000000
--- a/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1040RDB
3#@SOC: t1040
4#@DESCRIPTION: Machine configuration for running T1040RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1040"
10UBOOT_MACHINES ?= "T1040RDB T1040RDB_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
16
diff --git a/meta-fsl-ppc/conf/machine/t1040rdb.conf b/meta-fsl-ppc/conf/machine/t1040rdb.conf
deleted file mode 100644
index e70c44b2..00000000
--- a/meta-fsl-ppc/conf/machine/t1040rdb.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1040RDB
3#@SOC: t1040
4#@DESCRIPTION: Machine configuration for running T1040RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500.inc
8
9SOC_FAMILY = "t1:t1040"
10UBOOT_MACHINES ?= "T1040RDB T1040RDB_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
16