]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gth2/ee_access.h
kwbimage.c: Fix compile warning when building on 64 bit systems
[karo-tx-uboot.git] / board / gth2 / ee_access.h
index c21730e713ea1f1207cfe291ced6e78280ae8a79..926199de3cc98eeead03775608f7a519ddd88d95 100644 (file)
@@ -21,7 +21,7 @@ int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );
 #define EE_BUSY  0x40000000
 #define EE_ERROR 0x20000000
 
-/* Commands */ 
+/* Commands */
 #define EE_CMD_NOP      0
 #define EE_CMD_INIT_RES 1
 #define EE_CMD_WR_BYTE  2