From cc222ce56d099c60a945c13d9cce010988b7cb2f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 11 Nov 2009 13:44:12 +0000 Subject: powerpc: use the in-kernel dtc compiler SVN-Revision: 18374 --- target/linux/ppc40x/image/Makefile | 2 +- target/linux/ppc44x/image/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/linux/ppc40x/image/Makefile b/target/linux/ppc40x/image/Makefile index e03ffd93c8..4544aff4ff 100644 --- a/target/linux/ppc40x/image/Makefile +++ b/target/linux/ppc40x/image/Makefile @@ -11,7 +11,7 @@ JFFS2_BLOCKSIZE=128k 64k define Image/Prepare cp $(LINUX_DIR)/arch/powerpc/boot/uImage $(KDIR)/uImage - dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb + $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb endef define Image/BuildKernel diff --git a/target/linux/ppc44x/image/Makefile b/target/linux/ppc44x/image/Makefile index b8d5e95109..aa6851341a 100644 --- a/target/linux/ppc44x/image/Makefile +++ b/target/linux/ppc44x/image/Makefile @@ -11,7 +11,7 @@ JFFS2_BLOCKSIZE=256k define Image/Prepare cp $(LINUX_DIR)/arch/powerpc/boot/cuImage.taishan $(KDIR)/uImage - dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/canyonlands.dts > $(KDIR)/openwrt-canyonlands.dtb + $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/canyonlands.dts > $(KDIR)/openwrt-canyonlands.dtb endef define Image/BuildKernel -- cgit v1.2.3