summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-05 18:32:38 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:19:24 +0800
commit61410fc884c9b2273642dbfd14c0b8c4c383dede (patch)
tree699c6fa96d8ac0b3c15a2ba1ecffea7bad4ff6ee
parentc87da6d4b25ae5392c05c302fd53af9b45abb6b0 (diff)
downloadmeta-fsl-ppc-61410fc884c9b2273642dbfd14c0b8c4c383dede.tar.gz
p2020ds: remove as it is not supported now
Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r--conf/machine/p2020ds.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
deleted file mode 100644
index 96433a2..0000000
--- a/conf/machine/p2020ds.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale P2020DS
3#@SOC: p2020
4#@DESCRIPTION: Machine configuration for running P2020DS
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e500v2.inc
8
9SOC_FAMILY = "p2020"
10BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat"
11UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH"
12KERNEL_DEVICETREE ?= "p2020ds.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
14
15JFFS2_ERASEBLOCK = "0x20000"
16