Fix SMMSTORE compilation in QEMU target

This commit is contained in:
Jeremy Soller 2019-09-20 14:07:50 -06:00
parent 7214976b60
commit d99ff72fa9
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -343,7 +343,7 @@ static void southbridge_smi_apmc(void)
break;
#endif
case APM_CNT_SMMSTORE:
if (IS_ENABLED(CONFIG_SMMSTORE))
if (CONFIG(SMMSTORE))
southbridge_smi_store();
break;
}