diff options
author | wdenk <wdenk> | 2004-06-09 00:51:50 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 00:51:50 +0000 |
commit | 547b4cb25e585e154b5e84e33df3d157f786e305 (patch) | |
tree | 0f8b4f57d11a49c9b73b825fb9ad05c562c0dc05 /include/asm-ppc/u-boot.h | |
parent | 97d80fc3912e517ee40e269abf534a006025da5c (diff) |
Patches by Jon Loeliger, 11 May 2004:
(partially, as they contained a lot of crap)
Diffstat (limited to 'include/asm-ppc/u-boot.h')
-rw-r--r-- | include/asm-ppc/u-boot.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index 8141222823c..21d28c8e185 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -83,14 +83,15 @@ typedef struct bd_info { defined(CONFIG_SXNI855T) || \ defined(CONFIG_SVM_SC8xx) || \ defined(CONFIG_MPC8540ADS) || \ - defined(CONFIG_MPC8560ADS) || \ + defined(CONFIG_MPC8555CDS) || \ + 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_440_GX) + defined(CONFIG_MPC8555CDS) || defined(CONFIG_440_GX) /* third onboard ethernet port */ unsigned char bi_enet2addr[6]; #endif |