UefiPayloadPkg: Increased FD_SIZE to fix VS2019 NOOPT build.

This commit is contained in:
Mikhail Krichanov 2023-02-17 16:56:30 +03:00 committed by Savva Mitrofanov
parent 7836cea3bd
commit fc981b0891

View File

@ -13,8 +13,8 @@ DEFINE FD_BASE = 0x00800000
DEFINE FD_BLOCK_SIZE = 0x00001000
!if $(TARGET) == "NOOPT"
DEFINE FD_SIZE = 0x00940000
DEFINE NUM_BLOCKS = 0x940
DEFINE FD_SIZE = 0x00A00000
DEFINE NUM_BLOCKS = 0xA00
!else
DEFINE FD_SIZE = 0x00590000