Fix SMMSTORE compilation in QEMU target
This commit is contained in:
parent
7214976b60
commit
d99ff72fa9
@ -343,7 +343,7 @@ static void southbridge_smi_apmc(void)
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case APM_CNT_SMMSTORE:
|
case APM_CNT_SMMSTORE:
|
||||||
if (IS_ENABLED(CONFIG_SMMSTORE))
|
if (CONFIG(SMMSTORE))
|
||||||
southbridge_smi_store();
|
southbridge_smi_store();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user