]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bfin_adi_common.h
Merge branch 'master' of /home/wd/git/u-boot/master
[u-boot] / include / configs / bfin_adi_common.h
index fa1e69486fd0c6ea8e7f24473bb8c6f9377075ec..901a32fb725d561cfed482d3ddc674c6e0c9c470 100644 (file)
 #   define CONFIG_SYS_AUTOLOAD "no"
 #  endif
 # endif
+# define CONFIG_IP_DEFRAG
 # define CONFIG_NET_RETRY_COUNT 20
 #endif
 
+/*
+ * I2C Settings
+ */
+#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
+# ifndef CONFIG_SYS_I2C_SPEED
+#  define CONFIG_SYS_I2C_SPEED 50000
+# endif
+# ifndef CONFIG_SYS_I2C_SLAVE
+#  define CONFIG_SYS_I2C_SLAVE 0
+# endif
+#endif
+
 /*
  * Misc Settings
  */
+#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
 #define CONFIG_LZMA
 
 #endif