mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ ExtractConfig (
|
|||
//
|
||||
ConfigRequestHdr = HiiConstructConfigHdr (
|
||||
&gOvmfPlatformConfigGuid,
|
||||
mVariableName,
|
||||
mHiiFormName,
|
||||
mImageHandle
|
||||
);
|
||||
if (ConfigRequestHdr == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue