Re: [U-Boot] [PATCH v3 001/108] binman: Correct symbol calculation with non-zero image base

2019-11-02 Thread Bin Meng
On Mon, Oct 28, 2019 at 11:27 AM Bin Meng wrote: > > On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > > > At present binman adds the image base address to the symbol value before > > it writes it to the binary. This is not correct since the symbol value > > itself (e.g. image position)

Re: [U-Boot] [PATCH v3 001/108] binman: Correct symbol calculation with non-zero image base

2019-10-27 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > At present binman adds the image base address to the symbol value before > it writes it to the binary. This is not correct since the symbol value > itself (e.g. image position) has no relationship to the image base. > > Fix this and update