]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/bf561-ezkit.h
Merge branch 'tx53-bugfix'
[karo-tx-uboot.git] / include / configs / bf561-ezkit.h
index 404039ac230479804992c4ec51ef28d7492a05c8..efbc6c21d9555df87c5a6e9239b40804863f74cb 100644 (file)
@@ -64,8 +64,6 @@
 #define CONFIG_SMC91111_BASE   0x2C010300
 #define CONFIG_SMC_USE_32_BIT  1
 #define CONFIG_HOSTNAME                bf561-ezkit
-/* Uncomment next line to use fixed MAC address */
-/* #define CONFIG_ETHADDR      02:80:ad:20:31:e8 */
 
 
 /*
@@ -90,6 +88,7 @@
  */
 #define CONFIG_SYS_I2C_SOFT
 #ifdef CONFIG_SYS_I2C_SOFT
+#define CONFIG_SYS_I2C
 #define CONFIG_SOFT_I2C_GPIO_SCL GPIO_PF0
 #define CONFIG_SOFT_I2C_GPIO_SDA GPIO_PF1
 #define I2C_DELAY              udelay(5)       /* 1/4 I2C clock duration */