summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1023rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1023rdb.conf')
-rw-r--r--conf/machine/p1023rdb.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
deleted file mode 100644
index af93d1e..0000000
--- a/conf/machine/p1023rdb.conf
+++ /dev/null
@@ -1,18 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale P1023RDB
3#@SOC: p1023
4#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023 Reference
5# Design Board, revA with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8require conf/machine/include/e500v2.inc
9
10SOC_FAMILY = "p1023"
11UBOOT_CONFIG ??= "nor"
12UBOOT_CONFIG[nor] = "P1023RDB_config"
13KERNEL_DEVICETREE ?= "p1023rdb.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
15
16JFFS2_ERASEBLOCK = "0x10000"
17
18EXTRA_IMAGEDEPENDS += "fm-ucode"