scripts: ci: check_compliance: allow mcuboot log level dbg
Currently, only MCUBOOT_LOG_LEVEL_INF and MCUBOOT_LOG_LEVEL_WRN are allowed in UNDEF_KCONFIG_ALLOWLIST. Let's allow MCUBOOT_LOG_LEVEL_DBG as well, since some use cases may require this level of scrutiny. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
305e648d63
commit
af342e5205
1 changed files with 1 additions and 0 deletions
|
@ -1077,6 +1077,7 @@ flagged.
|
|||
"MCUBOOT_CLEANUP_ARM_CORE", # Used in (sysbuild-based) test
|
||||
"MCUBOOT_DOWNGRADE_PREVENTION", # but symbols are defined in MCUboot
|
||||
# itself.
|
||||
"MCUBOOT_LOG_LEVEL_DBG",
|
||||
"MCUBOOT_LOG_LEVEL_INF",
|
||||
"MCUBOOT_LOG_LEVEL_WRN", # Used in example adjusting MCUboot
|
||||
# config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue