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>
This commit is contained in:
parent
7db7642a85
commit
1d7fa216ba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue