amdfwtool: Remove the duplicated entry RIB
It should be PSP_RIB_FILE which is already there. Change-Id: Ie7471489bd34554e357510b04473102d002f9988 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72506 Reviewed-by: ritul guru <ritul.bits@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
6fd406b4a1
commit
7c558d0cfa
|
@ -278,9 +278,6 @@ static uint8_t find_register_fw_filename_psp_dir(char *fw_name, char *filename,
|
|||
} else if (strcmp(fw_name, "PSP_C20MP_FILE") == 0) {
|
||||
fw_type = AMD_FW_C20_MP;
|
||||
subprog = 0;
|
||||
} else if (strcmp(fw_name, "RIB_FILE") == 0) {
|
||||
fw_type = AMD_RIB;
|
||||
subprog = 0;
|
||||
} else if (strcmp(fw_name, "AMF_SRAM_FILE") == 0) {
|
||||
fw_type = AMD_FW_AMF_SRAM;
|
||||
subprog = 0;
|
||||
|
|
Loading…
Reference in New Issue