aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p1023rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1023rdb.conf')
-rw-r--r--conf/machine/p1023rdb.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 02ec4a5..af93d1e 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -1,15 +1,18 @@
#@TYPE: Machine
#@NAME: Freescale P1023RDB
#@SOC: p1023
-#@DESCRIPTION: Machine configuration for running P1023RDB
+#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023 Reference
+# Design Board, revA with ppce500v2 core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e500v2.inc
SOC_FAMILY = "p1023"
-UBOOT_MACHINES ?= "P1023RDB"
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "P1023RDB_config"
KERNEL_DEVICETREE ?= "p1023rdb.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
+EXTRA_IMAGEDEPENDS += "fm-ucode"