]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/u-boot.h
Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
[karo-tx-uboot.git] / include / asm-ppc / u-boot.h
index eea9c7c1effd6495b9b7d575540f7e60c6be2ed8..78744e28fd9e2d41ce504e531740e44343019c9a 100644 (file)
@@ -68,11 +68,14 @@ typedef struct bd_info {
 #if defined(CONFIG_HYMOD)
        hymod_conf_t    bi_hymod_conf;  /* hymod configuration information */
 #endif
-#if defined(CONFIG_EVB64260) || defined(CONFIG_PN62)
+#if defined(CONFIG_EVB64260)   || \
+    defined(CONFIG_PN62)       || \
+    defined(CONFIG_SXNI855T)   || \
+    defined(CONFIG_SVM_SC8xx)
        /* second onboard ethernet port */
        unsigned char   bi_enet1addr[6];
 #endif
-#if defined(CONFIG_EVB64260)
+#if defined(CONFIG_EVB64260) || defined(CONFIG_SVM_SC8xx)
        /* third onboard ethernet port */
        unsigned char   bi_enet2addr[6];
 #endif