summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-11 17:08:40 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-11 18:30:41 +0200
commit651dd78926b22db8a72f365dd8bc8d5da2271cb9 (patch)
treeca3e015cfbec6d78c6daf1cf33aaa5b453844e96 /Makefile
parent1aabec052b8cb36f8ecde18180ca9d318ca88d1e (diff)
imx8 boot container: rework flash.bin generation for b0 silicon
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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 $@