TI: OMAP3: Remove SZ_xx references
[oweals/u-boot.git] / include / exports.h
index 0620e9eb896e65e588263fe933c99827d78f432e..2e8fd8b8b41331dcee601ae07e95231201b1ab14 100644 (file)
@@ -33,6 +33,7 @@ void forceenv (char *varname, char *varvalue);
 int i2c_write (uchar, uint, int , uchar* , int);
 int i2c_read (uchar, uint, int , uchar* , int);
 #endif
+#include <spi.h>
 
 void app_startup(char **);
 
@@ -46,7 +47,7 @@ enum {
        XF_MAX
 };
 
-#define XF_VERSION     4
+#define XF_VERSION     6
 
 #if defined(CONFIG_I386)
 extern gd_t *global_data;