]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-ppc/u-boot.h
Patch by Travis Sawyer, 30 Dec 2003:
[people/ms/u-boot.git] / include / asm-ppc / u-boot.h
index a442003ccb623d9ea2bd7903e1245523bb3095b1..a53efe50f71043a2296cc171f4cc011fdb273c7e 100644 (file)
@@ -83,15 +83,20 @@ typedef struct bd_info {
     defined(CONFIG_SXNI855T)           || \
     defined(CONFIG_SVM_SC8xx)          || \
     defined(CONFIG_MPC8540ADS)          || \
-    defined(CONFIG_MPC8560ADS)
+    defined(CONFIG_MPC8560ADS)      || \
+    defined(CONFIG_440_GX)
        /* second onboard ethernet port */
        unsigned char   bi_enet1addr[6];
 #endif
 #if defined(CFG_GT_6426x) || defined(CONFIG_SVM_SC8xx) || \
-    defined(CONFIG_MPC8540ADS) || defined(CONFIG_MPC8560ADS)
+    defined(CONFIG_MPC8540ADS) || defined(CONFIG_MPC8560ADS) || \
+    defined(CONFIG_440_GX)
        /* third onboard ethernet port */
        unsigned char   bi_enet2addr[6];
 #endif
+#if defined(CONFIG_440_GX)
+       unsigned char   bi_enet3addr[6];
+#endif
 #if defined(CONFIG_405GP) || defined(CONFIG_405EP)
        unsigned int    bi_opbfreq;             /* OPB clock in Hz */
        int             bi_iic_fast[2];         /* Use fast i2c mode */