commit | 42e97e96efba7a2cd036cc68d3aaf79a4048186e | [log] [tgz] |
---|---|---|
author | Ravik Hasija <rahasij@linux.microsoft.com> | Fri Jan 08 09:55:58 2021 -0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 16 12:11:43 2021 -0500 |
tree | b4b69ad4865024ff4f1b7798df34e25890acdba9 | |
parent | 7b87d379161fa4be205ae3d2d0213d419061dd78 [diff] |
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>