summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/phoenix/psp_verstage/chipset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/phoenix/psp_verstage/chipset.c b/src/soc/amd/phoenix/psp_verstage/chipset.c
index cf03272b964e..b7efdc9332e1 100644
--- a/src/soc/amd/phoenix/psp_verstage/chipset.c
+++ b/src/soc/amd/phoenix/psp_verstage/chipset.c
@@ -140,11 +140,11 @@ void update_psp_fw_hash_tables(void)
PSP_FW_HASH_FILE_NAME("a", "2"));
} else {
update_one_psp_fw_hash_table(CMD_SET_FW_HASH_TABLE_STAGE1,
- PSP_FW_HASH_FILE_NAME("a", ""));
+ PSP_FW_HASH_FILE_NAME("b", ""));
update_one_psp_fw_hash_table(CMD_SET_FW_HASH_TABLE_STAGE2,
- PSP_FW_HASH_FILE_NAME("a", "1"));
+ PSP_FW_HASH_FILE_NAME("b", "1"));
update_one_psp_fw_hash_table(CMD_SET_FW_HASH_TABLE_TOS,
- PSP_FW_HASH_FILE_NAME("a", "2"));
+ PSP_FW_HASH_FILE_NAME("b", "2"));
}
}