From 1d7fa216ba23af5c8186db4f147ec6a1135711a3 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 2 Feb 2023 10:31:51 +0800 Subject: amdfwtool: Remove useless printing out Change-Id: I819633d8d6d1886b48d53e73923add444ca032e4 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/72724 Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) --- util/amdfwtool/data_parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index dde1f97878..f30196a51f 100644 --- a/util/amdfwtool/data_parse.c +++ b/util/amdfwtool/data_parse.c @@ -374,7 +374,6 @@ static uint8_t find_register_fw_filename_psp_dir(char *fw_name, char *filename, 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) { -- cgit v1.2.3