aboutsummaryrefslogtreecommitdiffstats
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 @@
-#@TYPE: Machine
-#@NAME: Freescale BSC9131RDB
-#@SOC: bsc9131
-#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9131
-# Reference Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "bsc9131"
-UBOOT_CONFIG ??= "nand nand-sysclk100 spi spi-sysclk100"
-UBOOT_CONFIG[nand] = "BSC9131RDB_NAND_config"
-UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config"
-UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
-UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
-
-KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"