]> 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 e417e0d306a022563829c4c2f082e7fe8de24efa..78744e28fd9e2d41ce504e531740e44343019c9a 100644 (file)
@@ -68,7 +68,10 @@ 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) || defined(CONFIG_SVM_SC8xx)
+#if defined(CONFIG_EVB64260)   || \
+    defined(CONFIG_PN62)       || \
+    defined(CONFIG_SXNI855T)   || \
+    defined(CONFIG_SVM_SC8xx)
        /* second onboard ethernet port */
        unsigned char   bi_enet1addr[6];
 #endif