summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1025twr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1025twr.conf')
-rw-r--r--conf/machine/p1025twr.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
deleted file mode 100644
index 783fa42f..00000000
--- a/conf/machine/p1025twr.conf
+++ /dev/null
@@ -1,28 +0,0 @@
1#@TYPE: Machine
2#@Name: Freescale P1025TWR
3#@SOC: p1025
4#@DESCRIPTION: Machine configuration for Freescale QorIQ P1025 MPU Tower
5# System Module with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8require conf/machine/include/e500v2.inc
9
10SOC_FAMILY = "p1025"
11BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
12
13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "TWR-P1025_config"
15
16UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
18UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
19
20KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
22
23JFFS2_ERASEBLOCK = "0x20000"
24QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
25
26EXTRA_IMAGEDEPENDS += "qe-ucode"
27
28USE_VT ?= "0"