]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K.
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Nov 2011 11:06:36 +0000 (11:06 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Nov 2011 11:06:36 +0000 (11:06 +0000)
Signed-off-by: lzeng14
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12711 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Framework/Include/EfiFirmwareVolumeHeader.h
EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageLib.c

index 29ba47b2219915fc258d5e8913cefce40b2170b5..f8a7dfbd7a4eba81f9c8bf0f00359518da8acb7a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -106,7 +106,7 @@ typedef UINT32  EFI_FVB_ATTRIBUTES;
 #define EFI_FVB2_ALIGNMENT_64K        0x00100000\r
 #define EFI_FVB2_ALIGNMENT_128K       0x00110000\r
 #define EFI_FVB2_ALIGNMENT_256K       0x00120000\r
-#define EFI_FVB2_ALIGNMNET_512K       0x00130000\r
+#define EFI_FVB2_ALIGNMENT_512K       0x00130000\r
 #define EFI_FVB2_ALIGNMENT_1M         0x00140000\r
 #define EFI_FVB2_ALIGNMENT_2M         0x00150000\r
 #define EFI_FVB2_ALIGNMENT_4M         0x00160000\r
index b5ed87a13127a6ed90304591631f4f81ef2fefe0..f356229d438e28e19b6db8d17d9e7ba0521f68f9 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -923,7 +923,7 @@ Returns:
     } else if (strcmp (Value, EFI_FVB2_ALIGNMENT_256K_STRING) == 0) {\r
       FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_256K;\r
     } else if (strcmp (Value, EFI_FVB2_ALIGNMENT_512K_STRING) == 0) {\r
-      FvInfo->FvAttributes |= EFI_FVB2_ALIGNMNET_512K;\r
+      FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_512K;\r
     } else if (strcmp (Value, EFI_FVB2_ALIGNMENT_1M_STRING) == 0) {\r
       FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_1M;\r
     } else if (strcmp (Value, EFI_FVB2_ALIGNMENT_2M_STRING) == 0) {\r