summaryrefslogtreecommitdiffstats
path: root/conf/machine/bsc9131rdb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:55:42 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 11:01:46 +0800
commit1e40d6a7883b2b4488e3ffb32b43f520d3ab4951 (patch)
tree4434400fa260cdcbcf39e8d5a247bd5a97e1efd7 /conf/machine/bsc9131rdb.conf
parent4f2f7fb26298be16d94d28b3533f118f83102294 (diff)
downloadmeta-fsl-ppc-1e40d6a7883b2b4488e3ffb32b43f520d3ab4951.tar.gz
remove not supported e500v2 machines
Remove the below machines which are not supported/tested: bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds p1023rdb, p1025twr, p2020rdb Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/bsc9131rdb.conf')
-rw-r--r--conf/machine/bsc9131rdb.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
deleted file mode 100644
index c40f492..0000000
--- a/conf/machine/bsc9131rdb.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale BSC9131RDB
3#@SOC: bsc9131
4#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9131
5# Reference Design Board with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7
8require conf/machine/include/e500v2.inc
9
10SOC_FAMILY = "bsc9131"
11UBOOT_CONFIG ??= "nand nand-sysclk100 spi spi-sysclk100"
12UBOOT_CONFIG[nand] = "BSC9131RDB_NAND_config"
13UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config"
14UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
15UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
16
17KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
19
20JFFS2_ERASEBLOCK = "0x10000"