mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7908 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
db488c7865
commit
fc5f0e3fae
@ -81,7 +81,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
|
||||
{
|
||||
0,
|
||||
}, // Reserved[1]
|
||||
1, // Revision
|
||||
2, // Revision
|
||||
{
|
||||
FixedPcdGet32 (PcdWinNtFlashFvRecoverySize)/FixedPcdGet32 (PcdWinNtFirmwareBlockSize),
|
||||
FixedPcdGet32 (PcdWinNtFirmwareBlockSize),
|
||||
@ -121,7 +121,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
|
||||
{
|
||||
0,
|
||||
}, // Reserved[1]
|
||||
1, // Revision
|
||||
2, // Revision
|
||||
{
|
||||
(FixedPcdGet32 (PcdFlashNvStorageVariableSize) +
|
||||
FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize) +
|
||||
|
Loading…
x
Reference in New Issue
Block a user