[U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries
Albert ARIBAUD
albert.u.boot at aribaud.net
Fri Dec 13 10:58:31 CET 2013
Hi Masahiro,
On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada
<yamada.m at jp.panasonic.com> 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.
More information about the U-Boot
mailing list