mirror of https://github.com/acidanthera/audk.git
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@7909 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fc5f0e3fae
commit
f7796c71c5
|
@ -73,7 +73,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
|
|||
{
|
||||
0,
|
||||
}, // Reserved[1]
|
||||
1, // Revision
|
||||
2, // Revision
|
||||
{
|
||||
{
|
||||
FixedPcdGet32 (PcdUnixFlashFvRecoverySize)/FixedPcdGet32 (PcdUnixFirmwareBlockSize),
|
||||
|
@ -117,7 +117,7 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
|
|||
{
|
||||
0,
|
||||
}, // Reserved[1]
|
||||
1, // Revision
|
||||
2, // Revision
|
||||
{
|
||||
{
|
||||
(FixedPcdGet32 (PcdFlashNvStorageVariableSize) + \
|
||||
|
|
Loading…
Reference in New Issue