]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
authorStefan Roese <sr@denx.de>
Thu, 11 Aug 2005 15:58:40 +0000 (17:58 +0200)
committerStefan Roese <sr@denx.de>
Thu, 11 Aug 2005 15:58:40 +0000 (17:58 +0200)
Patch by Stefan Roese, 11 Aug 2005

CHANGELOG
include/configs/bubinga.h

index 62d8a098fde30a1061ab639106749e8f4ae885ce..c87780c6a8c54524f226c23d9acbd492e3b455a9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
+  Patch by Stefan Roese, 11 Aug 2005
+
 * Add NAND FLASH support for AMCC Bamboo 440EP eval board
   Patch by Stefan Roese, 11 Aug 2005
 
index c7451959a832f0688fd409910a91cf3754229eff..bc5aaf893411f44efd4665e95025bb72b725d900 100644 (file)
 
 #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    */
 
 #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
  *-----------------------------------------------------------------------