summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-22 16:32:36 -0600
committerTom Rini <trini@konsulko.com>2020-06-04 18:10:02 -0400
commitb77df5980c3e24e34e0db3a52c5bce396a81c430 (patch)
tree090908377862fc12d61d21c63a801fb44ace1563 /.checkpatch.conf
parent048a648298b19ed1dc5566a408622ccb9eec286c (diff)
checkpatch.pl: Add a U-Boot option
Add an option to indicate that U-Boot-specific checks should be enabled. Add a function to house the code that will be added. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 95f19635d3..ed0c2150ba 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -28,3 +28,6 @@
# A bit shorter of a description is OK with us.
--min-conf-desc-length=2
+
+# Extra checks for U-Boot
+--u-boot