Skip to content

Commit 29ca4bd

Browse files
MaureenHelmdanieldegrasse
authored andcommitted
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 <[email protected]>
1 parent 8912f07 commit 29ca4bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,8 @@ def check_no_undef_outside_kconfig(self, kconf):
10321032
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
10331033
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
10341034
"BOOT_FIRMWARE_LOADER_BOOT_MODE", # Used in sysbuild for MCUboot configuration
1035+
"BOOT_IMAGE_EXECUTABLE_RAM_SIZE", # MCUboot setting
1036+
"BOOT_IMAGE_EXECUTABLE_RAM_START", # MCUboot setting
10351037
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
10361038
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
10371039
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/

0 commit comments

Comments
 (0)