mirror of https://github.com/acidanthera/audk.git
Fix bad NT 32 reference in print to be UnixPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10920 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d8904c4a94
commit
a780c9424b
|
@ -62,7 +62,7 @@ Returns:
|
|||
EFI_PHYSICAL_ADDRESS FdFixUp;
|
||||
UINT64 FdSize;
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "NT 32 Flash Map PEIM Loaded\n"));
|
||||
DEBUG ((EFI_D_ERROR, "UnixPkg Flash Map PEIM Loaded\n"));
|
||||
|
||||
//
|
||||
// Get the Fwh Information PPI
|
||||
|
|
Loading…
Reference in New Issue