aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive/hermes/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/prodrive/hermes/romstage.c')
-rw-r--r--src/mainboard/prodrive/hermes/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/hermes/romstage.c b/src/mainboard/prodrive/hermes/romstage.c
index 2bcd27ace0..6e88413f84 100644
--- a/src/mainboard/prodrive/hermes/romstage.c
+++ b/src/mainboard/prodrive/hermes/romstage.c
@@ -19,7 +19,7 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
cannonlake_memcfg_init(&memupd->FspmConfig, variant_memcfg_config());
/* Overwrite memupd */
- if (!check_signature(I2C_ADDR_EEPROM))
+ if (!check_signature(I2C_ADDR_EEPROM, EEPROM_OFFSET_FSP_SIGNATURE, FSP_UPD_SIGNATURE))
return;
for (size_t i = 0; i < ARRAY_SIZE(parmas_list); i++) {