mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
OvmfPkg: Fix Hii form name mismatch with EFI variable
The Hii form is named "MainFormState" while the EFI variable is named "PlatformConfig". This discrepancy in names causes the following SCT cases to fail on RiscVVirtQemu: ExtractConfigConformance ExtractConfigFunction ExtractConfig_Func Previous commit 16acacf addressed two of these issues, and this patch fixes the remaining one. Signed-off-by: Yin Wang <yin.wang@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
parent
f008890ae5
commit
d1e4a16f86
@ -279,7 +279,7 @@ ExtractConfig (
|
||||
//
|
||||
ConfigRequestHdr = HiiConstructConfigHdr (
|
||||
&gOvmfPlatformConfigGuid,
|
||||
mVariableName,
|
||||
mHiiFormName,
|
||||
mImageHandle
|
||||
);
|
||||
if (ConfigRequestHdr == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user