]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ibf-dsp561.h
Merge branch 'master' of /home/wd/git/u-boot/master
[u-boot] / include / configs / ibf-dsp561.h
index 2eef5efa78fe8f46efaeed3967e5ec741ffdad49..2c0a263da293c6e6b36cde1a1304336d0910628f 100644 (file)
 #define CONFIG_SYS_MALLOC_LEN  (128 * 1024)
 
 
+/*
+ * Network Settings
+ */
+#define ADI_CMDS_NETWORK       1
+#define CONFIG_NET_MULTI
+#define CONFIG_DRIVER_AX88180  1
+#define AX88180_BASE           0x2c000000
+#define CONFIG_HOSTNAME                ibf-dsp561
+/* Uncomment next line to use fixed MAC address */
+/* #define CONFIG_ETHADDR      02:80:ad:20:31:e8 */
+
+
 /*
  * Flash Settings
  */
        } while (0)
 #define I2C_DELAY              udelay(5)       /* 1/4 I2C clock duration */
 
-#define CONFIG_SYS_I2C_SPEED   50000
-#define CONFIG_SYS_I2C_SLAVE   0
 #endif