edk2/0034-OvmfPkg-PlatformInitLib-fix-typo.patch
Miroslav Rezanina 46cef60de6 * Wed Mar 26 2025 Miroslav Rezanina <mrezanin@redhat.com> - 20250221-1
- Rebase to edk2-stable202502 [RHEL-75592]
- Resolves: RHEL-75592
  (rebase to edk2-stable202502)
- Resulves: RHEL-82646
  (fix typo in fwcfg file name)
- Resolves: RHEL-82837
  (The newer revocation file and Server 2025 required to update it)
2025-03-26 05:59:36 -04:00

28 lines
1009 B
Diff

From 9f8d5d1a62c234628e34bf1c1e8d7fd0da30dad9 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri, 7 Mar 2025 12:13:28 +0100
Subject: [PATCH] OvmfPkg/PlatformInitLib: fix typo
There is a typo in the FwCfg file name, it's spelled
'tianocore' not 'tianocode'. Fix it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 6234d09f7582e7f759ca93c9af1583b01cb5954d)
---
OvmfPkg/Library/PlatformInitLib/MemDetect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OvmfPkg/Library/PlatformInitLib/MemDetect.c b/OvmfPkg/Library/PlatformInitLib/MemDetect.c
index b6aefb321d..1f987f2efd 100644
--- a/OvmfPkg/Library/PlatformInitLib/MemDetect.c
+++ b/OvmfPkg/Library/PlatformInitLib/MemDetect.c
@@ -994,7 +994,7 @@ PlatformSetupPagingLevel (
}
Status = QemuFwCfgParseUint32 (
- "opt/org.tianocode/PagingLevel",
+ "opt/org.tianocore/PagingLevel",
FALSE,
&PagingLevel
);