On Wednesday 21 June 2017 09:52 AM, Heiko Schocher wrote:
> for debugging it is handy to know the fdt_blob
> address. So print it in bdinfo.
> 
> Signed-off-by: Heiko Schocher <h...@denx.de>
> ---

Nice.
Reviewed-by: Lokesh Vutla <lokeshvu...@ti.com>

Thanks and regards,
Lokesh

> 
>  cmd/bdinfo.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
> index ff3cce0..ef11e72 100644
> --- a/cmd/bdinfo.c
> +++ b/cmd/bdinfo.c
> @@ -376,6 +376,8 @@ static int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc,
>       printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr,
>              CONFIG_SYS_MALLOC_F_LEN);
>  #endif
> +     if (gd->fdt_blob)
> +             printf("fdt_blob = %p\n", gd->fdt_blob);
>  
>       return 0;
>  }
> 
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to