UefiPayloadPkg: Increase FD_SIZE for NOOPT target

Fixes recent NOOPT builds using MSVC toolchain

Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>4
This commit is contained in:
Savva Mitrofanov 2023-02-07 17:58:34 +06:00
parent 087ef41f7e
commit d8e2a00f61
No known key found for this signature in database
GPG Key ID: 774924031750BF64

View File

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