mvebu: put u-boot images into image staging directory
[openwrt/staging/lynxis/omap.git] / target / linux / mvebu / image / Makefile
index 96df359a613d5484cf594f3f0316b73ab2811c54..16d93340d52c5ef80df556ac6b009c41f7bac522 100644 (file)
@@ -39,7 +39,7 @@ endef
 define Build/sdcard-img
        ROOTFS_SIZE=$$(( $(CONFIG_TARGET_ROOTFS_PARTSIZE) * 1024 * 2 )); \
        ./gen_mvebu_sdcard_img.sh $@ \
-               "$(KDIR)/clearfog-u-boot-spl.kwb" \
+               "$(STAGING_DIR_IMAGE)/clearfog-u-boot-spl.kwb" \
                c 32768 $@.boot \
                83 $$ROOTFS_SIZE $(IMAGE_ROOTFS)
 endef