Browse Source

imx6: use $PATH to locate dtc binary

Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 37362
Luka Perkov 12 years ago
parent
commit
6ef9d30da7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/imx6/image/Makefile

+ 1 - 1
target/linux/imx6/image/Makefile

@@ -16,7 +16,7 @@ define mkfit
 		-v 'OpenWrt Linux-$(LINUX_VERSION)' \
 		-d $(LINUX_DIR)/arch/arm/boot/dts/$(1).dtb -k $(LINUX_DIR)/arch/arm/boot/zImage \
 		-o $(KDIR)/$(1)-uImage.its
-	mkimage -B $(LINUX_DIR)/scripts/dtc/dtc -f $(KDIR)/$(1)-uImage.its $(BIN_DIR)/openwrt-$(1)-uImage.itb
+	PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $(KDIR)/$(1)-uImage.its $(BIN_DIR)/openwrt-$(1)-uImage.itb
 endef
 
 # emit FIT images, DTB's and generic zImage