fix some minor warning for unix package

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2230 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-01-12 03:51:28 +00:00
parent 6c31fdb887
commit 8ef571dfb5
17 changed files with 77 additions and 59 deletions

View File

@@ -62,13 +62,17 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
}, // Reserved[3]
1, // Revision
{
RECOVERY_BOIS_BLOCK_NUM,
FVB_MEDIA_BLOCK_SIZE,
{
RECOVERY_BOIS_BLOCK_NUM,
FVB_MEDIA_BLOCK_SIZE
}
}
},
{
0,
0
{
0,
0
}
}
},
//
@@ -95,13 +99,17 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
}, // Reserved[3]
1, // Revision
{
SYSTEM_NV_BLOCK_NUM,
FVB_MEDIA_BLOCK_SIZE,
{
SYSTEM_NV_BLOCK_NUM,
FVB_MEDIA_BLOCK_SIZE
}
}
},
{
0,
0
{
0,
0
}
}
}
};