Re: [U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

2018-10-26 Thread Auer, Lukas
Hi Rick and Bin, On Wed, 2018-10-24 at 14:54 +0800, Rick Chen wrote: > > > > Print the address of the u-boot device tree. > > > > > > > > > > This is unnecessary as it is already done by 'fdt' command. > > > > > Hi Bin & Lukas > > At the beginning, I really don't understand the fdt Usage: >

Re: [U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

2018-10-24 Thread Rick Chen
> > > Print the address of the u-boot device tree. > > > > > > > This is unnecessary as it is already done by 'fdt' command. > > Hi Bin & Lukas At the beginning, I really don't understand the fdt Usage: Maybe I am not so familiar with fdt. I can't find any string about fdt_blob. It seem not

Re: [U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:11 AM Lukas Auer wrote: > > Print the address of the u-boot device tree. > This is unnecessary as it is already done by 'fdt' command. > Signed-off-by: Lukas Auer > --- > > cmd/bdinfo.c | 2 ++ > 1 file changed, 2 insertions(+) > Regards, Bin

[U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

2018-10-19 Thread Lukas Auer
Print the address of the u-boot device tree. Signed-off-by: Lukas Auer --- cmd/bdinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index 60b438766d..a9692f7662 100644 --- a/cmd/bdinfo.c +++ b/cmd/bdinfo.c @@ -430,6 +430,8 @@ int do_bdinfo(cmd_tbl_t