X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmxs%2Fimage%2FMakefile;h=7c332cd7c2ec91735734cd849b2385c5c1a709d1;hp=f0f1f6acf3da14915372db5e9e009d7ad7361316;hb=e0579aecf8de03dd7e529fa14193557014554699;hpb=7f9d537f21f2bd79a8b5bfd86c50629c76b306dc diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index f0f1f6acf3..7c332cd7c2 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -40,7 +40,7 @@ define Image/Build/SDCard-vfat-ext4 ./gen_sdcard_vfat_ext4.sh \ $(BIN_DIR)/$(2) \ - $(KDIR)/$(4)-u-boot.sb \ + $(STAGING_DIR_IMAGE)/$(4)-u-boot.sb \ $(KDIR)/boot.img \ $(KDIR)/root.$(1) \ $(CONFIG_TARGET_BOOTFS_PARTSIZE) \ @@ -51,7 +51,7 @@ endef define Image/Build/SDCard-ext4-ext4 ./gen_sdcard_ext4_ext4.sh \ $(BIN_DIR)/$(2) \ - $(KDIR)/$(4)-u-boot.sb \ + $(STAGING_DIR_IMAGE)/$(4)-u-boot.sb \ $(KDIR)/root.$(1) \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(call Image/Gzip,$(BIN_DIR)/$(2))