projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6205bbb
)
cmd: disk: Remove fit_print_contents API
author
Ravik Hasija
<rahasij@linux.microsoft.com>
Fri, 8 Jan 2021 17:55:58 +0000
(09:55 -0800)
committer
Tom Rini
<trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000
(19:17 -0500)
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>
cmd/disk.c
patch
|
blob
|
history
diff --git
a/cmd/disk.c
b/cmd/disk.c
index 8060e753ebda7bec8d58c4c67c00e8578998cb26..0bc3808dfe2e05ae768c0d4db3e0e7a1d8c5060b 100644
(file)
--- a/
cmd/disk.c
+++ b/
cmd/disk.c
@@
-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