]> git.baikalelectronics.ru Git - uboot.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)
commit97fea6a368404f178b1ea194de55cfa68dfdabc0
tree572edaaf0eb2892c1bcd17586ec11a0cff809831
parentc91b3b3e07ad1cd734386e397fa18a49fb6a940c
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