aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/c293pcie.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/c293pcie.conf')
-rw-r--r--conf/machine/c293pcie.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 6a63844..a80e4e3 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -1,16 +1,21 @@
#@TYPE: Machine
#@NAME: Freescale C293PCIE
#@SOC: c293pcie
-#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode
+#@DESCRIPTION: Machine configuration for Freescale C29x Crypto Coprocessor
+# PCI Express Adapter Platform with ppce500v2 core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e500v2.inc
SOC_FAMILY = "c293pcie"
BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
-UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT"
+UBOOT_CONFIG ??= "spi secboot spi-secboot nor"
+UBOOT_CONFIG[nor] = "C29XPCIE_config"
+UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
+UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config"
+UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
+
KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
-