From 6d9a0f280d49fd1000fa685ee1392f45ff998e69 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 26 Oct 2009 09:14:47 +0000 Subject: Update comments on setting >= 8 bytes Fv Alignment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9372 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Pei/FwVol/FwVol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Core/Pei') diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c index 54501f5057..a86e4e5578 100644 --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c @@ -893,7 +893,7 @@ ProcessFvFile ( ASSERT_EFI_ERROR (Status); // - // FvAlignment must be more than 8 bytes required by FvHeader structure. + // FvAlignment must be greater than or equal to 8 bytes of the minimum FFS alignment value. // FvAlignment = 1 << ((FvImageInfo.FvAttributes & EFI_FVB2_ALIGNMENT) >> 16); if (FvAlignment < 8) { -- cgit v1.2.3