]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/spi.h
JFFS2: Speed up and fix comparison functions
[karo-tx-uboot.git] / include / spi.h
index f4b93e6a1398294d1364c17cbdf21b0047f6c25d..18362364cf0ea639e55b275a2b229e66dc1fda9a 100644 (file)
@@ -54,7 +54,7 @@
 /* Header byte that marks the start of the message */
 #define SPI_PREAMBLE_END_BYTE  0xec
 
-#define SPI_DEFAULT_WORDLEN 8
+#define SPI_DEFAULT_WORDLEN    8
 
 #ifdef CONFIG_DM_SPI
 /* TODO(sjg@chromium.org): Remove this and use max_hz from struct spi_slave */