summaryrefslogtreecommitdiffstats
path: root/include/configs/bubinga.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-08-11 17:58:40 +0200
committerStefan Roese <sr@denx.de>2005-08-11 17:58:40 +0200
commit9e00589bdd0b3f6336e1e6bb98a342a2fa1ef863 (patch)
tree2c2dc57fb73d97a7ad25b30e0fc7a20a6ba64f39 /include/configs/bubinga.h
parentc57c7980ffe6e04a99b5f401a663426d7144f392 (diff)
downloadblackbird-obmc-uboot-9e00589bdd0b3f6336e1e6bb98a342a2fa1ef863.tar.gz
blackbird-obmc-uboot-9e00589bdd0b3f6336e1e6bb98a342a2fa1ef863.zip
Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
Patch by Stefan Roese, 11 Aug 2005
Diffstat (limited to 'include/configs/bubinga.h')
-rw-r--r--include/configs/bubinga.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h
index c7451959a8..bc5aaf8934 100644
--- a/include/configs/bubinga.h
+++ b/include/configs/bubinga.h
@@ -127,6 +127,10 @@
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_PHY_ADDR 1 /* PHY address */
+#define CONFIG_HAS_ETH1
+#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */
+#define CONFIG_NET_MULTI 1
+#define CFG_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */
#define CONFIG_RTC_DS174x 1 /* use DS1743 RTC in Bubinga */
@@ -199,8 +203,6 @@
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
-#define CFG_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */
-
/*-----------------------------------------------------------------------
* I2C stuff
*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud