]> git.baikalelectronics.ru Git - uboot.git/commit
checkpatch.pl: Request if() instead #ifdef
authorSimon Glass <sjg@chromium.org>
Fri, 22 May 2020 22:32:40 +0000 (16:32 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2020 22:10:02 +0000 (18:10 -0400)
commit31af8c7be24c40693945012c0f96f24b058d60f5
tree2ee30e0f18ab5a085dd9dd65a0ecc9cf92066e7f
parent956d2b398641f180e3a5cc3f08bfc5012c244eb5
checkpatch.pl: Request if() instead #ifdef

There is a lot of use of #ifdefs in U-Boot. In an effort reduce this,
suggest using the compile-time construct.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/checkpatch.pl