summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/sabrina/psp_verstage/chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/sabrina/psp_verstage/chipset.c')
-rw-r--r--src/soc/amd/sabrina/psp_verstage/chipset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/psp_verstage/chipset.c b/src/soc/amd/sabrina/psp_verstage/chipset.c
index 7f86dbfebf8e..d4a33f0832d8 100644
--- a/src/soc/amd/sabrina/psp_verstage/chipset.c
+++ b/src/soc/amd/sabrina/psp_verstage/chipset.c
@@ -18,7 +18,7 @@ uint32_t save_uapp_data(void *address, uint32_t size)
uint32_t get_bios_dir_addr(struct embedded_firmware *ef_table)
{
- return ef_table->bios3_entry;
+ return 0;
}
int platform_set_sha_op(enum vb2_hash_algorithm hash_alg,