diff options
Diffstat (limited to 'include/asm-i386/u-boot.h')
| -rw-r--r-- | include/asm-i386/u-boot.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/asm-i386/u-boot.h b/include/asm-i386/u-boot.h index fc5a2ae59..9a1eec0cd 100644 --- a/include/asm-i386/u-boot.h +++ b/include/asm-i386/u-boot.h @@ -46,7 +46,6 @@ typedef struct bd_info {  	unsigned long	bi_sramsize;	/* size	 of SRAM memory */  	unsigned long	bi_bootflags;	/* boot / reboot flag (for LynxOS) */  	unsigned long	bi_ip_addr;	/* IP Address */ -	unsigned char	bi_enetaddr[6];	/* Ethernet adress */  	unsigned short	bi_ethspeed;	/* Ethernet speed in Mbps */  	unsigned long	bi_intfreq;	/* Internal Freq, in MHz */  	unsigned long	bi_busfreq;	/* Bus Freq, in MHz */ |