提交 53539533 编写于 作者: H Heiko Schocher 提交者: Tom Rini

bdinfo: print fdt_blob

for debugging it is handy to know the fdt_blob
address. So print it in bdinfo.
Signed-off-by: NHeiko Schocher <hs@denx.de>
Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
上级 0f546eaf
......@@ -375,6 +375,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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册