util/amdfwtool/data_parse.c: Remove duplicate MP2_CFG_FILE

It was accidently added and is just dead code.
It doesn't change any functionality.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I868b8c8725fc2240543fb1e9e379ecb5e1471ef4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89898
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
Maximilian Brune 2025-09-25 02:34:40 +02:00 committed by Matt DeVillier
commit 47c4da36c4

View file

@ -626,9 +626,6 @@ static uint8_t find_register_fw_filename_bios_dir(char *fw_name, char *filename,
} else {
fw_type = AMD_BIOS_SKIP;
}
} else if (strcmp(fw_name, "PSP_MP2CFG_FILE") == 0) {
fw_type = AMD_BIOS_MP2_CFG;
subprog = 0;
} else {
fw_type = AMD_BIOS_INVALID;
}