summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:47 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-20 17:15:57 +0800
commitbd96cc33c445b7adf1453a0935058f6d39ae98a1 (patch)
treeca89ff65997ddfa3bd2bddd31cd497f7b8114946
parent6d42d3c138ee54e9f6a600bc603d78a6955169bd (diff)
downloadmeta-fsl-ppc-bd96cc33c445b7adf1453a0935058f6d39ae98a1.tar.gz
t1042rdb-pi[-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 t1042d4rdb which has the same soc with t1042rdb-pi is supported. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/t1042rdb-pi-64b.conf25
-rw-r--r--conf/machine/t1042rdb-pi.conf24
2 files changed, 0 insertions, 49 deletions
diff --git a/conf/machine/t1042rdb-pi-64b.conf b/conf/machine/t1042rdb-pi-64b.conf
deleted file mode 100644
index 4ebef18..0000000
--- a/conf/machine/t1042rdb-pi-64b.conf
+++ /dev/null
@@ -1,25 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1042RDB-PI
3#@SOC: t1042
4#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.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
17PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
18XSERVER = " \
19 xserver-xorg \
20 xf86-input-evdev \
21 xf86-input-mouse \
22 xf86-input-keyboard \
23 xf86-video-fbdev \
24"
25
diff --git a/conf/machine/t1042rdb-pi.conf b/conf/machine/t1042rdb-pi.conf
deleted file mode 100644
index 60270f0..0000000
--- a/conf/machine/t1042rdb-pi.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale T1042RDB-PI
3#@SOC: t1042
4#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500.inc
8
9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.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
17PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
18XSERVER = " \
19 xserver-xorg \
20 xf86-input-evdev \
21 xf86-input-mouse \
22 xf86-input-keyboard \
23 xf86-video-fbdev \
24"