diff options
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Fat.inf | 8 | ||||
-rw-r--r-- | MdeModulePkg/Logo/Logo.inf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index 33bfebd..8020037 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -32,14 +32,14 @@ #
[Binaries.Ia32]
- FV|RELEASE|Ia32/Fat.efi
+ FW|RELEASE|Ia32/Fat.efi
[Binaries.X64]
- FV|RELEASE|X64/Fat.efi
+ FW|RELEASE|X64/Fat.efi
[Binaries.IPF]
- FV|RELEASE|Ipf/Fat.efi
+ FW|RELEASE|Ipf/Fat.efi
[Binaries.EBC]
- FV|RELEASE|Ebc/Fat.efi
+ FW|RELEASE|Ebc/Fat.efi
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf index f67facd..03743cb 100644 --- a/MdeModulePkg/Logo/Logo.inf +++ b/MdeModulePkg/Logo/Logo.inf @@ -33,5 +33,5 @@ #
[Binaries.common]
- FV|RELEASE|Logo.bmp
+ BIN|RELEASE|Logo.bmp
|