[U-Boot] [PATCH] bdinfo: print fdt_blob
Lokesh Vutla
lokeshvutla at ti.com
Wed Jun 21 05:54:26 UTC 2017
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 <hs at denx.de>
> ---
Nice.
Reviewed-by: Lokesh Vutla <lokeshvutla at 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;
> }
>
More information about the U-Boot
mailing list