summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/machine/p5040ds-64b.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
commit096e096c5bea6eb9348ee117d7862fcbae334e61 (patch)
tree313bee2e396ccaad8f10c94215e7d212713bb64b /meta-fsl-ppc/conf/machine/p5040ds-64b.conf
parent3b6efdad9e033414f84da8757ae2c41785ed8e53 (diff)
downloadmeta-freescale-096e096c5bea6eb9348ee117d7862fcbae334e61.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 'meta-fsl-ppc/conf/machine/p5040ds-64b.conf')
-rw-r--r--meta-fsl-ppc/conf/machine/p5040ds-64b.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf
index 2a885b7c..4fdc3d6e 100644
--- a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf
@@ -6,8 +6,7 @@ require conf/machine/include/soc-family.inc
6 6
7SOC_FAMILY = "p5040" 7SOC_FAMILY = "p5040"
8UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" 8UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ 9KERNEL_DEVICETREE = "p5040ds.dtb p5040ds-usdpaa.dtb"
10 ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
12 11
13JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"