From 58a57096e4b7e2ceca3c33d3e7100c5434966cd9 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 --- conf/machine/p1022ds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/p1022ds.conf') diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf index f604ea1..624353f 100644 --- a/conf/machine/p1022ds.conf +++ b/conf/machine/p1022ds.conf @@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc SOC_FAMILY = "p1022" BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat" UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD" -KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts" +KERNEL_DEVICETREE = "p1022ds_32b.dtb" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" -- cgit v1.2.3-54-g00ecf