diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-02-02 10:31:51 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-02-05 01:10:46 +0000 |
commit | 1d7fa216ba23af5c8186db4f147ec6a1135711a3 (patch) | |
tree | 4f99c793f25571912785f8e440a5e0f982fc537a /util/amdfwtool | |
parent | 7db7642a85503058bbef8d8bf49bc528e9d6dd0f (diff) |
amdfwtool: Remove useless printing out
Change-Id: I819633d8d6d1886b48d53e73923add444ca032e4
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72724
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/amdfwtool')
-rw-r--r-- | util/amdfwtool/data_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |