From e8c23923dad746e8cb365bf1f89c8552e27a6c11 Mon Sep 17 00:00:00 2001 From: niruiyu Date: Thu, 11 Mar 2010 03:03:34 +0000 Subject: [PATCH] Add BlockSize declaration in FvMain section other tool would create a FV with blocksize=1 and huge number of blocks. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10230 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.fdf | 1 + 1 file changed, 1 insertion(+) diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf index 0e5bd9b1b9..a3d4c5c369 100644 --- a/DuetPkg/DuetPkg.fdf +++ b/DuetPkg/DuetPkg.fdf @@ -45,6 +45,7 @@ NumBlocks = 0x2a # ################################################################################ [FV.DuetEfiMainFv] +BlockSize = 0x100000 FvAlignment = 16 #FV alignment and FV attributes setting. ERASE_POLARITY = 1 MEMORY_MAPPED = TRUE -- 2.39.2