Skip to content

Commit f17100e

Browse files
scripts: ci: exempt BOOT_RAM_LOAD_REVERT from checks
Add BOOT_RAM_LOAD_REVERT as a defined Kconfig to the whitelist Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
1 parent 42aff4d commit f17100e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@ def check_no_undef_outside_kconfig(self, kconf):
11541154
"BOOT_IMAGE_EXECUTABLE_RAM_START", # MCUboot setting
11551155
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
11561156
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
1157+
"BOOT_RAM_LOAD_REVERT", # Used in sysbuild for MCUboot configuration
11571158
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/
11581159
# documentation
11591160
"BOOT_SERIAL_CDC_ACM", # Used in (sysbuild-based) test

0 commit comments

Comments
 (0)