From: jljusten Date: Sun, 15 May 2011 17:22:50 +0000 (+0000) Subject: InOsEmuPkg: Match filename case of the generate FD file X-Git-Tag: edk2-stable201903~14854 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7d6cc7101587bc80380708ba8ec1d8889df884c3 InOsEmuPkg: Match filename case of the generate FD file On systems with a case sensetive filesystem, this change will allow the FD to be loaded. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11649 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/InOsEmuPkg/Unix/UnixX64.dsc b/InOsEmuPkg/Unix/UnixX64.dsc index e9dffb0d90..1c2d468e65 100644 --- a/InOsEmuPkg/Unix/UnixX64.dsc +++ b/InOsEmuPkg/Unix/UnixX64.dsc @@ -193,7 +193,7 @@ gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000 - gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../Fv/Fv_Recovery.fd" + gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd" gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySizeForSecMain|L"64!64"