From 123bb5ff51ee3b64c8eaa2feecb160491b4b404f Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Fri, 20 May 2016 23:11:13 +0000 Subject: socfpga: Stop putting 512 byte header on SocFPGA images Since images without the extra header now boot correctly, stop adding it. This makes the image 512 bytes smaller. It also gives the image a correct barebox header. The 512 byte extra header looked like a barebox header (had a "barebox\n" signature) but had incorrect size and text start fields. Signed-off-by: Trent Piepho Signed-off-by: Sascha Hauer --- images/Makefile.socfpga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/Makefile.socfpga b/images/Makefile.socfpga index 7e642c06c9..21804d93df 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) -- cgit v1.2.3