aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-23 12:09:10 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-24 16:21:24 +0100
commit366c33962c1861df3e7833248571b2d1359cda88 (patch)
tree3e4d0348a082eca8908f847bf1ed7db3f20abed8 /target/linux/mvebu/image
parent608d36e423fa7e105eb66e36aed943a19af02ba2 (diff)
downloadupstream-366c33962c1861df3e7833248571b2d1359cda88.tar.gz
upstream-366c33962c1861df3e7833248571b2d1359cda88.tar.bz2
upstream-366c33962c1861df3e7833248571b2d1359cda88.zip
uboot-mvebu: switch to u-boot.mk
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r--target/linux/mvebu/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index d4596c5935..96df359a61 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -39,7 +39,7 @@ endef
define Build/sdcard-img
ROOTFS_SIZE=$$(( $(CONFIG_TARGET_ROOTFS_PARTSIZE) * 1024 * 2 )); \
./gen_mvebu_sdcard_img.sh $@ \
- "$(KDIR)/openwrt-mvebu-clearfog-u-boot-spl.kwb" \
+ "$(KDIR)/clearfog-u-boot-spl.kwb" \
c 32768 $@.boot \
83 $$ROOTFS_SIZE $(IMAGE_ROOTFS)
endef