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.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
deleted file mode 100644
index c6b36baa..00000000
--- a/conf/machine/p1023rdb.conf
+++ /dev/null
@@ -1,26 +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"
11
12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "P1023RDB_config"
14
15UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
16UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
18
19KERNEL_DEVICETREE ?= "p1023rdb.dtb"
20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
21
22JFFS2_ERASEBLOCK = "0x10000"
23
24EXTRA_IMAGEDEPENDS += "fm-ucode"
25
26USE_VT ?= "0"