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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot