diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-11 06:03:34 +0300 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-11 06:03:34 +0300 |
commit | e8c23923dad746e8cb365bf1f89c8552e27a6c11 (patch) | |
tree | 98f1ed11a072be9954f735afea4a208aef04c7b2 /DuetPkg | |
parent | df7aaeb9985df30bf9590a9591bedb60e01b4a54 (diff) | |
download | edk2-e8c23923dad746e8cb365bf1f89c8552e27a6c11.tar.xz |
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
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/DuetPkg.fdf | 1 |
1 files changed, 1 insertions, 0 deletions
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
|