diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 15:17:47 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:58 -0300 |
commit | a3e286bbdf57a9b85baebb195c91f0ce14a78993 (patch) | |
tree | e0a78d81c340bd936a03860e1aecb7814d6e3022 /meta-fsl-ppc/conf/machine/t1042rdb-pi.conf | |
parent | 038bcc99d706d9f74498d7b2286f74a2df7e8088 (diff) | |
download | meta-freescale-a3e286bbdf57a9b85baebb195c91f0ce14a78993.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-ppc/conf/machine/t1042rdb-pi.conf')
-rw-r--r-- | meta-fsl-ppc/conf/machine/t1042rdb-pi.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-pi.conf b/meta-fsl-ppc/conf/machine/t1042rdb-pi.conf deleted file mode 100644 index 60270f04..00000000 --- a/meta-fsl-ppc/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 | |||
7 | require conf/machine/include/e5500.inc | ||
8 | |||
9 | SOC_FAMILY = "t1:t1042" | ||
10 | UBOOT_MACHINES ?= "T1042RDB_PI" | ||
11 | KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" | ||
12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x10000" | ||
15 | QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin" | ||
16 | |||
17 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
18 | XSERVER = " \ | ||
19 | xserver-xorg \ | ||
20 | xf86-input-evdev \ | ||
21 | xf86-input-mouse \ | ||
22 | xf86-input-keyboard \ | ||
23 | xf86-video-fbdev \ | ||
24 | " | ||