From 87b2b89959e0cfed7946a3712355642395750ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 11 Oct 2016 14:43:23 +0200 Subject: tools: remove old mkdosfs symlink from dosfstools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- target/linux/mxs/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mxs') diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 3898c6e1f3..efa4ded44a 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -33,7 +33,7 @@ endef define Image/Build/SDCard-vfat-ext4 rm -f $(KDIR)/boot.img - mkdosfs $(KDIR)/boot.img -C $(FAT32_BLOCKS) + mkfs.fat $(KDIR)/boot.img -C $(FAT32_BLOCKS) mcopy -i $(KDIR)/boot.img $(DTS_DIR)/$(3).dtb ::$(3).dtb mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(IMG_PREFIX)-uImage ::uImage -- cgit v1.2.3