board/p1010rdb:Add NAND boot support using new SPL format
[platform/kernel/u-boot.git] / .checkpatch.conf
index 977db9e..d88af57 100644 (file)
@@ -12,3 +12,9 @@
 
 # For min/max
 --ignore MINMAX
+
+# enable more tests
+--strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE