summaryrefslogtreecommitdiffstats
path: root/conf/machine/bsc9131rdb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 15:12:05 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:15 +0800
commit99690ef88cb52a18ed25e059f1328f069f415467 (patch)
treee60811541ac14f78d2766998cc53dd21f0c685e9 /conf/machine/bsc9131rdb.conf
parent82a4aaed5248d9d5bc05aff1eb63f31842e3f53b (diff)
downloadmeta-fsl-ppc-99690ef88cb52a18ed25e059f1328f069f415467.tar.gz
update machine DESCRIPTION/UBOOT_CONFIG/EXTRA_IMAGEDEPENDS
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'conf/machine/bsc9131rdb.conf')
-rw-r--r--conf/machine/bsc9131rdb.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index e65f7e4..c40f492 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -1,15 +1,20 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale BSC9131RDB 2#@NAME: Freescale BSC9131RDB
3#@SOC: bsc9131 3#@SOC: bsc9131
4#@DESCRIPTION: Machine configuration for running BSC9131RDB 4#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9131
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 5# Reference Design Board with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e500v2.inc 8require conf/machine/include/e500v2.inc
8 9
9SOC_FAMILY = "bsc9131" 10SOC_FAMILY = "bsc9131"
10UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100" 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
11KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" 17KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" 18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
13 19
14JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
15