mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
df7aaeb998
commit
e8c23923da
|
@ -45,6 +45,7 @@ NumBlocks = 0x2a
|
|||
#
|
||||
################################################################################
|
||||
[FV.DuetEfiMainFv]
|
||||
BlockSize = 0x100000
|
||||
FvAlignment = 16 #FV alignment and FV attributes setting.
|
||||
ERASE_POLARITY = 1
|
||||
MEMORY_MAPPED = TRUE
|
||||
|
|
Loading…
Reference in New Issue