[U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Dec 13 09:15:51 CET 2013


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.



Best Regards
Masahiro Yamada



More information about the U-Boot mailing list