mirror of https://github.com/acidanthera/audk.git
OvmfPkg/PlatformPei: Remove duplicate Xen memory map debug message
This duplicate message was intended to be removed from r15207 before it was committed. (It was pointed out by Wei Liu.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15213 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5b05611330
commit
620b682e14
|
@ -171,7 +171,6 @@ InitializeRamRegions (
|
||||||
if (!mXen) {
|
if (!mXen) {
|
||||||
QemuInitializeRam ();
|
QemuInitializeRam ();
|
||||||
} else {
|
} else {
|
||||||
DEBUG ((EFI_D_INFO, "Using memory map provided by Xen\n"));
|
|
||||||
XenPublishRamRegions ();
|
XenPublishRamRegions ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue