Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74220 )
Change subject: util/lint/stable-017: Update full config patern matching ......................................................................
util/lint/stable-017: Update full config patern matching
CONFIG_ARCH gives false positives for CONFIG_USE_EXP_X86_64_SUPPORT so use a different string: 'CONFIG_MAINBOARD_DIR'.
Change-Id: Ie5d4fc4693bc303afb16884c53c9ca4d1778a5cb Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/lint/lint-stable-017-configs 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/74220/1
diff --git a/util/lint/lint-stable-017-configs b/util/lint/lint-stable-017-configs index 3f92f53..5be74457 100755 --- a/util/lint/lint-stable-017-configs +++ b/util/lint/lint-stable-017-configs @@ -12,7 +12,7 @@ # shellcheck source=helper_functions.sh . "${LINTDIR}/helper_functions.sh"
-SYMBOLS='CONFIG_ARCH_|CONFIG_MAINBOARD_HAS_' +SYMBOLS='CONFIG_MAINBOARD_DIR|CONFIG_MAINBOARD_HAS_'
#look for a couple of things that should only be set by select keywords for file in \