summaryrefslogtreecommitdiffstats
path: root/conf/machine/c293pcie.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/c293pcie.conf')
-rw-r--r--conf/machine/c293pcie.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
deleted file mode 100644
index da6192000..000000000
--- a/conf/machine/c293pcie.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1#@TYPE: Machine
2#@NAME: NXP C293PCIE
3#@SOC: c293pcie
4#@DESCRIPTION: Machine configuration for NXP C29x Crypto Coprocessor
5# PCI Express Adapter Platform with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8MACHINEOVERRIDES =. "c29x:"
9
10require conf/machine/include/e500v2.inc
11
12BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
13
14UBOOT_CONFIG ??= "spi secboot spi-secboot nor"
15UBOOT_CONFIG[nor] = "C29XPCIE_config"
16UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
17UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config"
18UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
19
20KERNEL_DEVICETREE ?= "c293pcie.dtb"
21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
22
23JFFS2_ERASEBLOCK = "0x10000"
24USE_VT ?= "0"