From 096e096c5bea6eb9348ee117d7862fcbae334e61 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 20 Aug 2013 07:14:19 +0000 Subject: 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 --- meta-fsl-ppc/conf/machine/p5040ds-64b.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-fsl-ppc/conf/machine/p5040ds-64b.conf') 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 SOC_FAMILY = "p5040" UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" -KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ - ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" +KERNEL_DEVICETREE = "p5040ds.dtb p5040ds-usdpaa.dtb" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" -- cgit v1.2.3-54-g00ecf