提交 ad80a8d0 编写于 作者: R Ravik Hasija 提交者: Tom Rini

cmd: disk: Remove fit_print_contents API

fit_print_contents prints similar fit information as printed in bootm stages.
Removing this API reduces redundancy & provides improvement in boottime.
Signed-off-by: NRavik Hasija <rahasij@linux.microsoft.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 6205bbb1
......@@ -120,7 +120,6 @@ int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc,
return 1;
}
bootstage_mark(BOOTSTAGE_ID_IDE_FIT_READ_OK);
fit_print_contents(fit_hdr);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册