summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-28 14:40:36 +0000
committerwdenk <wdenk>2003-03-28 14:40:36 +0000
commit506f044131515a80c7c8479a84df028be880b34e (patch)
tree69a2ef7bf6676dbeb0733043bb02ad8abe93a319 /include/asm-ppc
parentcdd8a0f1517b89349265465bf334db32e2304b45 (diff)
downloadblackbird-obmc-uboot-506f044131515a80c7c8479a84df028be880b34e.tar.gz
blackbird-obmc-uboot-506f044131515a80c7c8479a84df028be880b34e.zip
Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
- fix SRAM and SDRAM memory sizing - add status LED support - add MAC address for second (SCC1) ethernet port Update default environment for TQM8260 board
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/u-boot.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h
index e417e0d306..78744e28fd 100644
--- a/include/asm-ppc/u-boot.h
+++ b/include/asm-ppc/u-boot.h
@@ -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
OpenPOWER on IntegriCloud