summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1023rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t1023rdb.conf')
-rw-r--r--conf/machine/t1023rdb.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
deleted file mode 100644
index c620e1ac..00000000
--- a/conf/machine/t1023rdb.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1#@TYPE: Machine
2#@NAME: NXP T1023RDB
3#@SOC: t1023
4#@DESCRIPTION: Machine configuration for NXP QorIQ T1023 Reference
5# Design Board with ppce5500 core in 32b mode
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8MACHINEOVERRIDES =. "t1:t1023:"
9
10require conf/machine/include/e5500.inc
11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1023RDB_config"
14UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[secure-boot] = "T1023RDB_SECURE_BOOT_config"
18
19KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
21
22JFFS2_ERASEBLOCK = "0x10000"
23EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
24USE_VT ?= "0"