aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/smi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/smi.c')
-rw-r--r--src/soc/amd/picasso/smi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/smi.c b/src/soc/amd/picasso/smi.c
index 994a1692cf..ba36e65da6 100644
--- a/src/soc/amd/picasso/smi.c
+++ b/src/soc/amd/picasso/smi.c
@@ -17,7 +17,7 @@ void smm_setup_structures(void *gnvs, void *tcg, void *smi1)
}
/** Set the EOS bit and enable SMI generation from southbridge */
-void enable_smi_generation(void)
+void global_smi_enable(void)
{
uint32_t reg = smi_read32(SMI_REG_SMITRIG0);
reg &= ~SMITRG0_SMIENB; /* Enable SMI generation */