Hi Sagar, On Wed, Jan 29, 2020 at 2:02 AM Sagar Shrikant Kadam <sagar.ka...@sifive.com> wrote: > > Add fdt->gd info to bdinfo so that it is useful for debugging > and easily use it with fdt util.
The commit title should be tagged with "riscv: bdinfo" as it is not fu540 specific. > > Signed-off-by: Sagar Shrikant Kadam <sagar.ka...@sifive.com> > --- > cmd/bdinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c > index d6a7175..96892b3 100644 > --- a/cmd/bdinfo.c > +++ b/cmd/bdinfo.c > @@ -433,6 +433,7 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char > * const argv[]) > print_bi_dram(bd); > print_num("relocaddr", gd->relocaddr); > print_num("reloc off", gd->reloc_off); > + print_num("fdt_blob", (ulong)gd->fdt_blob); > print_eth_ip_addr(); > print_baudrate(); > > -- Other than above, Reviewed-by: Bin Meng <bmeng...@gmail.com> Regards, Bin