Re: [U-Boot] [PATCH 1/1] cmd/bdinfo: print relocation info on X86

2018-01-29 Thread Bin Meng
On Tue, Jan 30, 2018 at 2:34 PM, Bin Meng wrote: > On Thu, Jan 25, 2018 at 2:52 AM, Heinrich Schuchardt > wrote: >> For debugging U-Boot in qemu-x86 the relocation address is needed. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> Hello Bin, hello Simon, >> >> could this be picked up via the

Re: [U-Boot] [PATCH 1/1] cmd/bdinfo: print relocation info on X86

2018-01-29 Thread Bin Meng
On Thu, Jan 25, 2018 at 2:52 AM, Heinrich Schuchardt wrote: > For debugging U-Boot in qemu-x86 the relocation address is needed. > > Signed-off-by: Heinrich Schuchardt > --- > Hello Bin, hello Simon, > > could this be picked up via the X86 tree? > > Best regards > > Heinrich > --- > cmd/bdinfo.c

[U-Boot] [PATCH 1/1] cmd/bdinfo: print relocation info on X86

2018-01-24 Thread Heinrich Schuchardt
For debugging U-Boot in qemu-x86 the relocation address is needed. Signed-off-by: Heinrich Schuchardt --- Hello Bin, hello Simon, could this be picked up via the X86 tree? Best regards Heinrich --- cmd/bdinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c