Hi Masahiro,

On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada
<yamad...@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to