diff options
Diffstat (limited to 'include/asm-sh')
| -rw-r--r-- | include/asm-sh/u-boot.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/asm-sh/u-boot.h b/include/asm-sh/u-boot.h index e89c1936f..27d43b934 100644 --- a/include/asm-sh/u-boot.h +++ b/include/asm-sh/u-boot.h @@ -34,7 +34,6 @@ typedef struct bd_info {  	unsigned long   bi_sramstart;   /* start of SRAM memory */  	unsigned long   bi_sramsize;    /* size  of SRAM memory */  	unsigned long   bi_ip_addr;     /* IP Address */ -	unsigned char   bi_enetaddr[6]; /* Ethernet adress */  	unsigned long   bi_baudrate;    /* Console Baudrate */  	unsigned long	bi_boot_params; /* where this board expects params */  } bd_t; |