summaryrefslogtreecommitdiffstats
path: root/conf/machine/bsc9131rdb.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-08-20 07:14:19 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-08-20 17:50:04 +0800
commit58a57096e4b7e2ceca3c33d3e7100c5434966cd9 (patch)
treefc3410fcfb7d570c50b8c55960802e6b3be04e88 /conf/machine/bsc9131rdb.conf
parentefd344473c277eab8c1bae56120779983aba6176 (diff)
downloadmeta-fsl-ppc-58a57096e4b7e2ceca3c33d3e7100c5434966cd9.tar.gz
rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been rework to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/bsc9131rdb.conf')
-rw-r--r--conf/machine/bsc9131rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index 39a73e5..766d5d2 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc
6 6
7SOC_FAMILY = "bsc9131" 7SOC_FAMILY = "bsc9131"
8UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100" 8UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100"
9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts" 9KERNEL_DEVICETREE = "bsc9131rdb.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"