diff options
Diffstat (limited to 'util/amdfwtool/amdfwtool.c')
-rw-r--r-- | util/amdfwtool/amdfwtool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 1dac476a2a..1fe9923696 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -1011,7 +1011,8 @@ static void integrate_psp_firmwares(context *ctx, pspdir->entries[count].addr = fw_table[i].other; pspdir->entries[count].address_mode = 0; count++; - } else if (fw_table[i].type == AMD_FW_PSP_NVRAM) { + } else if (fw_table[i].type == AMD_FW_PSP_NVRAM || + fw_table[i].type == AMD_RPMC_NVRAM) { if (fw_table[i].filename == NULL) { if (fw_table[i].size == 0) continue; |