Attention is currently required from: Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/72724
to review the following change.
Change subject: amdfwtool: Remove useless printing out ......................................................................
amdfwtool: Remove useless printing out
Change-Id: I819633d8d6d1886b48d53e73923add444ca032e4 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/data_parse.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/72724/1
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index 7268cf8..15296b2 100644 --- a/util/amdfwtool/data_parse.c +++ b/util/amdfwtool/data_parse.c @@ -374,7 +374,6 @@ fw_type = AMD_FW_MPIO; subprog = 0; } else if (strcmp(fw_name, "TPMLITE_FILE") == 0) { - printf("TPMLITE\n"); fw_type = AMD_FW_TPMLITE; subprog = 0; } else if (strcmp(fw_name, "PSP_KVM_ENGINE_DUMMY_FILE") == 0) {