From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 13 Dec 2013 10:58:31 +0100 Subject: [U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries In-Reply-To: <20131213171551.AA67.AA925319@jp.panasonic.com> References: <1386920650-31190-1-git-send-email-albert.u.boot@aribaud.net> <20131213171551.AA67.AA925319@jp.panasonic.com> Message-ID: <20131213105831.398527dc@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada wrote: > Hello Albert. > > > > $(obj)$(SPL_BIN).bin: $(obj)$(SPL_BIN) > > - $(OBJCOPY) $(OBJCFLAGS) -O binary $< $@ > > + $(OBJCOPY) $(OBJCFLAGS) $(SPL_OBJCFLAGS) -O srec $< $(obj)$(SPL_BIN).srec > > + $(OBJCOPY) $(OBJCFLAGS) $(SPL_OBJCFLAGS) -O binary $< $@ > > The new file .srec is not mentioned in the commit log. > Is it your intentional change? > > If so, please describe them separetely. Thanks for spotting this. Actually it is not intentional; I had added it in my tests so that I could compare binaries from different builds more easily. Unless people think it should stay, I will remove it through a v2 patch. > Best Regards > Masahiro Yamada Amicalement, -- Albert.