diff options
Diffstat (limited to 'include/asm-ppc/u-boot.h')
| -rw-r--r-- | include/asm-ppc/u-boot.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index 54ac01d36..745190584 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -111,6 +111,12 @@ typedef struct bd_info {  #ifdef CONFIG_HAS_ETH3  	unsigned char   bi_enet3addr[6];  #endif +#ifdef CONFIG_HAS_ETH4 +	unsigned char   bi_enet4addr[6]; +#endif +#ifdef CONFIG_HAS_ETH5 +	unsigned char   bi_enet5addr[6]; +#endif  #if defined(CONFIG_405GP) || defined(CONFIG_405EP) || \      defined(CONFIG_405EZ) || defined(CONFIG_440GX) || \ |