projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c60d0f7
)
mxs: update dtb path in image Makefile
author
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 27 Mar 2015 02:35:11 +0000
(
02:35
+0000)
committer
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 27 Mar 2015 02:35:11 +0000
(
02:35
+0000)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45056
target/linux/mxs/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mxs/image/Makefile
b/target/linux/mxs/image/Makefile
index 86f62d0c209e3bfb8ecda40f176bf6ce563bc312..55e88c25f3f344d5982f84a44e599f354f43526b 100644
(file)
--- 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 \