OvmfPkg: fix PlatformConfig
The Hii form is named "MainFormState" and the EFI variable is named
"PlatformConfig". Take into account the different names.
Fixes: aefcc91805
("OvmfPkg/PlatformDxe: Handle all requests in ExtractConfig and RouteConfig")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
d8d4abdff9
commit
16acacf24c
@@ -258,7 +258,7 @@ ExtractConfig (
|
||||
!HiiIsConfigHdrMatch (
|
||||
Request,
|
||||
&gOvmfPlatformConfigGuid,
|
||||
mVariableName
|
||||
mHiiFormName
|
||||
)
|
||||
)
|
||||
{
|
||||
@@ -447,7 +447,7 @@ RouteConfig (
|
||||
!HiiIsConfigHdrMatch (
|
||||
Configuration,
|
||||
&gOvmfPlatformConfigGuid,
|
||||
mVariableName
|
||||
mHiiFormName
|
||||
)
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user