Skip to content

Commit 5de74d8

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 5ecb9e7 commit 5de74d8

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
@@ -1015,6 +1015,7 @@ def check_no_undef_outside_kconfig(self, kconf):
10151015
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
10161016
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
10171017
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
1018+
"BOOT_RAM_LOAD_REVERT", # Used in sysbuild for MCUboot configuration
10181019
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/
10191020
# documentation
10201021
"BOOT_SERIAL_CDC_ACM", # Used in (sysbuild-based) test

0 commit comments

Comments
 (0)