diff options
author | Ravik Hasija <rahasij@linux.microsoft.com> | 2021-01-08 09:55:58 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-16 19:17:11 -0500 |
commit | ad80a8d0877922db95fd0410314504c840d9d850 (patch) | |
tree | db1c5abebf12e9aaef80d8e22a472357027b5287 /cmd/disk.c | |
parent | 6205bbb1e04ee2f8e503581201cc1c7c3179b070 (diff) | |
download | u-boot-ad80a8d0877922db95fd0410314504c840d9d850.zip u-boot-ad80a8d0877922db95fd0410314504c840d9d850.tar.gz u-boot-ad80a8d0877922db95fd0410314504c840d9d850.tar.bz2 |
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>
Diffstat (limited to 'cmd/disk.c')
-rw-r--r-- | cmd/disk.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |