diff options
Diffstat (limited to 'src/mainboard/lippert/frontrunner-af/sema.c')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/sema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/sema.c b/src/mainboard/lippert/frontrunner-af/sema.c index e80cc1221f..b06b2cfb33 100644 --- a/src/mainboard/lippert/frontrunner-af/sema.c +++ b/src/mainboard/lippert/frontrunner-af/sema.c @@ -53,7 +53,7 @@ int sema_send_alive(void) char one_spd_byte; /* Fake read just to setup SMBUS controller. */ - if (ENV_ROMSTAGE) + if (ENV_RAMINIT) smbus_readSpd(0xa0, &one_spd_byte, 1); /* Notify the SMC we're alive and kicking, or after a while it will |