util/amdfwutil: Fix adding microcode binaries
Change-Id: I726df4ff97688f4c48961e6e61672cef6c3b7aff Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68573 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
3adfeec58f
commit
1cffc55d35
|
@ -833,7 +833,8 @@ static void free_bdt_firmware_filenames(amd_bios_entry *fw_table)
|
|||
if (index->filename &&
|
||||
index->type != AMD_BIOS_APCB &&
|
||||
index->type != AMD_BIOS_BIN &&
|
||||
index->type != AMD_BIOS_APCB_BK)
|
||||
index->type != AMD_BIOS_APCB_BK &&
|
||||
index->type != AMD_BIOS_UCODE)
|
||||
free(index->filename);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue