am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE
[platform/kernel/u-boot.git] / .checkpatch.conf
index 38386b3..d88af57 100644 (file)
@@ -15,3 +15,6 @@
 
 # enable more tests
 --strict
+
+# Not Linux, so we don't recommend usleep_range() over udelay()
+--ignore USLEEP_RANGE