From: Ting Liu Date: Fri, 17 Jul 2015 07:17:47 +0000 (+0800) Subject: t1042rdb-pi[-64b]: remove as it is not supported X-Git-Tag: 2.1~498 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a3e286bbdf57a9b85baebb195c91f0ce14a78993;p=meta-freescale.git 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 Acked-by: Otavio Salvador Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-pi-64b.conf b/meta-fsl-ppc/conf/machine/t1042rdb-pi-64b.conf deleted file mode 100644 index 4ebef183..00000000 --- a/meta-fsl-ppc/conf/machine/t1042rdb-pi-64b.conf +++ /dev/null @@ -1,25 +0,0 @@ -#@TYPE: Machine -#@NAME: Freescale T1042RDB-PI -#@SOC: t1042 -#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 64-bit mode -#@MAINTAINER: Chunrong Guo - -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" - -PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" -XSERVER = " \ - xserver-xorg \ - xf86-input-evdev \ - xf86-input-mouse \ - xf86-input-keyboard \ - xf86-video-fbdev \ -" - 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 @@ -#@TYPE: Machine -#@NAME: Freescale T1042RDB-PI -#@SOC: t1042 -#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 32-bit mode -#@MAINTAINER: Chunrong Guo - -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" - -PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" -XSERVER = " \ - xserver-xorg \ - xf86-input-evdev \ - xf86-input-mouse \ - xf86-input-keyboard \ - xf86-video-fbdev \ -"