summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 849ff12900..3743b54a61 100644
--- a/Makefile
+++ b/Makefile
@@ -909,9 +909,7 @@ u-boot.bin: u-boot-nodtb.bin FORCE
endif
flash.bin: u-boot.bin
- cd mx8_boot_img; $(MAKE)
- @echo;echo "To update an SD card use e.g.:"
- @echo 'sudo "sudo sh -c "dd if=flash.bin of=/dev/sdX bs=1k seek=33;sync"';echo
+ cd imx8_boot_img; $(MAKE)
%.imx: %.bin
$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@