]> git.dujemihanovic.xyz Git - u-boot.git/commit
checkpatch.pl: Update CONFIG logic in U-Boot section
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:14 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:15:13 +0000 (10:15 -0500)
commit2a06da08e7897deb08c204df1c2f7853c4e61806
tree572edaaf0eb2892c1bcd17586ec11a0cff809831
parent0478dac62a9add8c73981a900ceaa6da732ae2bb
checkpatch.pl: Update CONFIG logic in U-Boot section

Now that all CONFIG symbols are in Kconfig, checkpatch.pl should check
for and error on any case of define/undef CONFIG_*.

Signed-off-by: Tom Rini <trini@konsulko.com>
scripts/checkpatch.pl
tools/patman/test_checkpatch.py