fix: [QEMU] Increase payload size

Increase the payload size to fix the build failure with gcc

Signed-off-by: Kevin Tsai <kevin.tsai@intel.com>
This commit is contained in:
Kevin Tsai 2024-06-07 10:03:52 -07:00 committed by Guo Dong
parent 1160c0a073
commit 60ab93d264
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Board(BaseBoard):
self.TEST_SIZE = 0x00001000
self.SIIPFW_SIZE = 0x00010000
self.EPAYLOAD_SIZE = 0x0020D000
self.PAYLOAD_SIZE = 0x00020000
self.PAYLOAD_SIZE = 0x00021000
self.CFGDATA_SIZE = 0x00001000
self.KEYHASH_SIZE = 0x00001000
self.VARIABLE_SIZE = 0x00002000