aboutsummaryrefslogtreecommitdiffstats
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 @@
-#@TYPE: Machine
-#@NAME: Freescale P1022DS
-#@SOC: p1022
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1022 Development
-# System, revB with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1022"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nand spi sdcard 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
-UBOOT_CONFIG[nor] = "P1022DS_config"
-UBOOT_CONFIG[nand] = "P1022DS_NAND_config"
-UBOOT_CONFIG[spi] = "P1022DS_SPIFLASH_config"
-UBOOT_CONFIG[sdcard] = "P1022DS_SDCARD_config"
-UBOOT_CONFIG[36bit-nor] = "P1022DS_36BIT_config"
-UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config"
-
-KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
-
-XSERVER = " \
- xserver-xorg \
- xf86-input-evdev \
- xf86-input-mouse \
- xf86-input-keyboard \
- xf86-video-fbdev \
-"
-
-JFFS2_ERASEBLOCK = "0x20000"