aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p1025twr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1025twr.conf')
-rw-r--r--conf/machine/p1025twr.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
index 0c6bb57..8e7e7ab 100644
--- a/conf/machine/p1025twr.conf
+++ b/conf/machine/p1025twr.conf
@@ -1,17 +1,20 @@
#@TYPE: Machine
#@Name: Freescale P1025TWR
#@SOC: p1025
-#@DESCRIPTION: Machine configuration for running P1025TWR
+#@DESCRIPTION: Machine configuration for Freescale QorIQ P1025 MPU Tower
+# System Module with ppce500v2 core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e500v2.inc
SOC_FAMILY = "p1025"
BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
-UBOOT_MACHINES ?= "TWR-P1025"
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "TWR-P1025_config"
KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
JFFS2_ERASEBLOCK = "0x20000"
QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
+EXTRA_IMAGEDEPENDS += "qe-ucode"