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>
+++ /dev/null
-#@TYPE: Machine
-#@NAME: Freescale T1040RDB
-#@SOC: t1040
-#@DESCRIPTION: Machine configuration for running T1040RDB in 64-bit mode
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e5500-64b.inc
-
-SOC_FAMILY = "t1:t1040"
-UBOOT_MACHINES ?= "T1040RDB T1040RDB_SECURE_BOOT"
-KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
-
+++ /dev/null
-#@TYPE: Machine
-#@NAME: Freescale T1040RDB
-#@SOC: t1040
-#@DESCRIPTION: Machine configuration for running T1040RDB in 32-bit mode
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e5500.inc
-
-SOC_FAMILY = "t1:t1040"
-UBOOT_MACHINES ?= "T1040RDB T1040RDB_SECURE_BOOT"
-KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-QE_UCODE ?= "iram_Type_A_T1040_r1.0.bin"
-