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:
qhuang8 2009-03-19 08:28:47 +00:00
parent fc5f0e3fae
commit f7796c71c5
1 changed files with 2 additions and 2 deletions

View File

@ -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) + \