Fix build issues due to increased payload and image size

Fixed FV image size issue for ADLS.

Signed-off-by: M Karuppasamy karuppasamy.m@intel.com
Signed-off-by: Sachin Kamat sachin.kamat@intel.com
Signed-off-by: Akshatha Thekkade akshatha.thekkade@intel.com
This commit is contained in:
M Karuppasamy 2022-08-17 21:40:22 +05:30 committed by Guo Dong
parent 5cea7fbbf3
commit 3fa000888f
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class BaseBoard(object):
self.FWUPDATE_LOAD_BASE = 0
# OS Loader FD/FV sizes
self.OS_LOADER_FD_SIZE = 0x00053000
self.OS_LOADER_FD_SIZE = 0x00055000
self.OS_LOADER_FD_NUMBLK = self.OS_LOADER_FD_SIZE // self.FLASH_BLOCK_SIZE