summaryrefslogtreecommitdiffstats
path: root/conf/machine/p2041rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p2041rdb.conf')
-rw-r--r--conf/machine/p2041rdb.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
deleted file mode 100644
index a5790219..00000000
--- a/conf/machine/p2041rdb.conf
+++ /dev/null
@@ -1,26 +0,0 @@
1#@TYPE: Machine
2#@NAME: NXP P2041RDB
3#@SOC: p2041
4#@DESCRIPTION: Machine configuration for NXP QorIQ P2041 Reference
5# Design Board, rev2 silicon with ppce500mc core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8MACHINEOVERRIDES =. "p2041:"
9
10require conf/machine/include/e500mc.inc
11
12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
13UBOOT_CONFIG[nor] = "P2041RDB_config"
14UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl"
15UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config"
16UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl"
17UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl"
18
19KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \
20 p2041rdb-usdpaa-shared-interfaces.dtb \
21"
22KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
23
24JFFS2_ERASEBLOCK = "0x10000"
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
26USE_VT ?= "0"