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: Ravik Hasija <rahasij@linux.microsoft.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6205bbb1e0
commit
ad80a8d087
|
|
@ -120,7 +120,6 @@ int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
bootstage_mark(BOOTSTAGE_ID_IDE_FIT_READ_OK);
|
bootstage_mark(BOOTSTAGE_ID_IDE_FIT_READ_OK);
|
||||||
fit_print_contents(fit_hdr);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue