diff --git a/images/Makefile.socfpga b/images/Makefile.socfpga index 7e642c0..21804d9 100644 --- a/images/Makefile.socfpga +++ b/images/Makefile.socfpga @@ -5,7 +5,7 @@ # %.socfpgaimg - convert into socfpga image # ---------------------------------------------------------------- quiet_cmd_socfpga_image = SOCFPGA-IMG $@ - cmd_socfpga_image = scripts/socfpga_mkimage -b -o $@ $< + cmd_socfpga_image = scripts/socfpga_mkimage -o $@ $< $(obj)/%.socfpgaimg: $(obj)/% FORCE $(call if_changed,socfpga_image)