UefiPayloadPkg: Increase FV size
The following commits need additional space. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
committed by
Tim Crawford
parent
72f8b9d80b
commit
6db1a5555a
@@ -17,8 +17,8 @@ DEFINE FD_SIZE = 0x00850000
|
|||||||
DEFINE NUM_BLOCKS = 0x850
|
DEFINE NUM_BLOCKS = 0x850
|
||||||
!else
|
!else
|
||||||
|
|
||||||
DEFINE FD_SIZE = 0x00410000
|
DEFINE FD_SIZE = 0x00800000
|
||||||
DEFINE NUM_BLOCKS = 0x410
|
DEFINE NUM_BLOCKS = 0x800
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Reference in New Issue
Block a user