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

2013-12-25 Thread Rajeshwari Birje
Hi Albert, Any idea when are you getting this patch in as it is effecting the SMDK5250 booting. Regards, Rajeshwari On Fri, Dec 13, 2013 at 3:28 PM, Albert ARIBAUD wrote: > Hi Masahiro, > > On Fri, 13 Dec 2013 17:15:51 +0900, Masahiro Yamada > wrote: > > > Hello Albert. > > > > > > > $(obj)$

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

2013-12-13 Thread Albert ARIBAUD
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)

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

2013-12-13 Thread Masahiro Yamada
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

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

2013-12-13 Thread Rajeshwari Birje
Hi Albert, Tested on SMDK5250 and working fine. Tested by: Rajeshwari S Shinde Regards, Rajeshwari. On Fri, Dec 13, 2013 at 1:14 PM, Albert ARIBAUD wrote: > Some targets will build fine but not boot if sections .hash and > .got.plt are not present in the binary. Add them back. > > Also, Exyno