Re: [U-Boot] [PATCH 1/1] cmd/bdinfo: sandbox: print the relocation offset

2019-08-12 Thread Bin Meng
Hi Heinrich, On Mon, Aug 12, 2019 at 7:17 PM Heinrich Schuchardt wrote: > > On 8/12/19 6:07 AM, Bin Meng wrote: > > On Sat, Aug 10, 2019 at 5:35 AM Heinrich Schuchardt > > wrote: > >> > >> On the sandbox provide the relocation offset. This value can be used for > >> debugging with GDB using the

Re: [U-Boot] [PATCH 1/1] cmd/bdinfo: sandbox: print the relocation offset

2019-08-12 Thread Heinrich Schuchardt
On 8/12/19 6:07 AM, Bin Meng wrote: On Sat, Aug 10, 2019 at 5:35 AM Heinrich Schuchardt wrote: On the sandbox provide the relocation offset. This value can be used for debugging with GDB using the `add-symbol-file u-boot ' command. Signed-off-by: Heinrich Schuchardt --- cmd/bdinfo.c | 1 +

Re: [U-Boot] [PATCH 1/1] cmd/bdinfo: sandbox: print the relocation offset

2019-08-11 Thread Bin Meng
On Sat, Aug 10, 2019 at 5:35 AM Heinrich Schuchardt wrote: > > On the sandbox provide the relocation offset. This value can be used for > debugging with GDB using the `add-symbol-file u-boot ' command. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/bdinfo.c | 1 + > 1 file changed, 1 inserti

[U-Boot] [PATCH 1/1] cmd/bdinfo: sandbox: print the relocation offset

2019-08-09 Thread Heinrich Schuchardt
On the sandbox provide the relocation offset. This value can be used for debugging with GDB using the `add-symbol-file u-boot ' command. Signed-off-by: Heinrich Schuchardt --- cmd/bdinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index 86c17dc427..560c039d3