mirror of https://github.com/acidanthera/audk.git
According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K.
Signed-off-by: lzeng14 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12710 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d0da41c285
commit
6f583626a1
|
@ -11,7 +11,7 @@
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
PI Version 1.2B
|
PI Version 1.2C
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ typedef UINT32 EFI_FVB_ATTRIBUTES_2;
|
||||||
#define EFI_FVB2_ALIGNMENT_64K 0x00100000
|
#define EFI_FVB2_ALIGNMENT_64K 0x00100000
|
||||||
#define EFI_FVB2_ALIGNMENT_128K 0x00110000
|
#define EFI_FVB2_ALIGNMENT_128K 0x00110000
|
||||||
#define EFI_FVB2_ALIGNMENT_256K 0x00120000
|
#define EFI_FVB2_ALIGNMENT_256K 0x00120000
|
||||||
#define EFI_FVB2_ALIGNMNET_512K 0x00130000
|
#define EFI_FVB2_ALIGNMENT_512K 0x00130000
|
||||||
#define EFI_FVB2_ALIGNMENT_1M 0x00140000
|
#define EFI_FVB2_ALIGNMENT_1M 0x00140000
|
||||||
#define EFI_FVB2_ALIGNMENT_2M 0x00150000
|
#define EFI_FVB2_ALIGNMENT_2M 0x00150000
|
||||||
#define EFI_FVB2_ALIGNMENT_4M 0x00160000
|
#define EFI_FVB2_ALIGNMENT_4M 0x00160000
|
||||||
|
|
Loading…
Reference in New Issue