scripts: ci: check_compliance: Ignore additional mcuboot Kconfigs
Adds BOOT_IMAGE_EXECUTABLE_RAM_START and BOOT_IMAGE_EXECUTABLE_RAM_SIZE to the list of mcuboot symbols ignored by the compliance checking script. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
parent
8912f070bb
commit
29ca4bdfd2
1 changed files with 2 additions and 0 deletions
|
@ -1032,6 +1032,8 @@ flagged.
|
|||
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
|
||||
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_FIRMWARE_LOADER_BOOT_MODE", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_IMAGE_EXECUTABLE_RAM_SIZE", # MCUboot setting
|
||||
"BOOT_IMAGE_EXECUTABLE_RAM_START", # MCUboot setting
|
||||
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
|
||||
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue