]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageLib.c
EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / GenFvImage / GenFvImageLib.c
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