mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 17:57:45 +02:00
UefiPayloadPkg: Increase FD_SIZE for NOOPT target
Fixes recent NOOPT builds using MSVC toolchain Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
91789af684
commit
97cef440fc
@ -13,8 +13,8 @@ DEFINE FD_BASE = 0x00800000
|
||||
DEFINE FD_BLOCK_SIZE = 0x00001000
|
||||
|
||||
!if $(TARGET) == "NOOPT"
|
||||
DEFINE FD_SIZE = 0x00850000
|
||||
DEFINE NUM_BLOCKS = 0x850
|
||||
DEFINE FD_SIZE = 0x00870000
|
||||
DEFINE NUM_BLOCKS = 0x870
|
||||
!else
|
||||
|
||||
DEFINE FD_SIZE = 0x00590000
|
||||
|
Loading…
x
Reference in New Issue
Block a user