mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
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…
x
Reference in New Issue
Block a user