From: Zoltan HERPAI Date: Fri, 27 Mar 2015 02:35:11 +0000 (+0000) Subject: mxs: update dtb path in image Makefile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e2236e3f0de39a0d9324c8c216e2418cfbdaa169;p=15.05%2Fopenwrt.git mxs: update dtb path in image Makefile Signed-off-by: Zoltan HERPAI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45056 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 86f62d0c20..55e88c25f3 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -40,7 +40,7 @@ define Image/Build/SDCard rm -f $(KDIR)/boot.img mkdosfs $(KDIR)/boot.img -C $(FAT32_BLOCKS) - mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(2).dtb ::$(2).dtb + mcopy -i $(KDIR)/boot.img $(DTS_DIR)/$(2).dtb ::$(2).dtb mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(IMG_PREFIX)-uImage ::uImage ./gen_mxs_sdcard_img.sh \