summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1022ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1022ds.conf')
-rw-r--r--conf/machine/p1022ds.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
deleted file mode 100644
index 8c7dcf6..0000000
--- a/conf/machine/p1022ds.conf
+++ /dev/null
@@ -1,36 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale P1022DS
3#@SOC: p1022
4#@DESCRIPTION: Machine configuration for Freescale QorIQ P1022 Development
5# System, revB with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8require conf/machine/include/e500v2.inc
9
10SOC_FAMILY = "p1022"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12
13UBOOT_CONFIG ??= "nand spi sdcard 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
14UBOOT_CONFIG[nor] = "P1022DS_config"
15UBOOT_CONFIG[nand] = "P1022DS_NAND_config"
16UBOOT_CONFIG[spi] = "P1022DS_SPIFLASH_config"
17UBOOT_CONFIG[sdcard] = "P1022DS_SDCARD_config"
18UBOOT_CONFIG[36bit-nor] = "P1022DS_36BIT_config"
19UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config"
20UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config"
21UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config"
22
23KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
25
26PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
27
28XSERVER = " \
29 xserver-xorg \
30 xf86-input-evdev \
31 xf86-input-mouse \
32 xf86-input-keyboard \
33 xf86-video-fbdev \
34"
35
36JFFS2_ERASEBLOCK = "0x20000"