summaryrefslogtreecommitdiffstats
path: root/conf/machine/bsc9131rdb.conf
diff options
context:
space:
mode:
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"