[meta-freescale] [meta-fsl-ppc][PATCH 10/16] t1042rdb[-64b]: remove as it is not supported

b28495 at freescale.com b28495 at freescale.com
Fri Jul 17 00:17:46 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

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 t1042d4rdb which has the same soc with t1040rdb is supported.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 conf/machine/t1042rdb-64b.conf | 16 ----------------
 conf/machine/t1042rdb.conf     | 16 ----------------
 2 files changed, 32 deletions(-)
 delete mode 100644 conf/machine/t1042rdb-64b.conf
 delete mode 100644 conf/machine/t1042rdb.conf

diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
deleted file mode 100644
index d60cdd0..0000000
--- a/conf/machine/t1042rdb-64b.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale T1042RDB
-#@SOC: t1042
-#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e5500-64b.inc
-
-SOC_FAMILY = "t1:t1042"
-UBOOT_MACHINES ?= "T1042RDB_PI"
-KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
-
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
deleted file mode 100644
index b530b0e..0000000
--- a/conf/machine/t1042rdb.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale T1042RDB
-#@SOC: t1042
-#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e5500.inc
-
-SOC_FAMILY = "t1:t1042"
-UBOOT_MACHINES ?= "T1042RDB_PI"
-KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
-
-- 
1.9.1



More information about the meta-freescale mailing list