[Blackfin][PATCH] minior cleanup

This commit is contained in:
Aubrey Li 2007-04-05 18:31:47 +08:00
parent 155fd76657
commit 0445e3a264

View File

@ -29,7 +29,7 @@
#define _U_BOOT_H_ 1 #define _U_BOOT_H_ 1
typedef struct bd_info { typedef struct bd_info {
int bi_baudrate; /* serial console baudrate */ int bi_baudrate; /* serial console baudrate */
unsigned long bi_ip_addr; /* IP Address */ unsigned long bi_ip_addr; /* IP Address */
unsigned char bi_enetaddr[6]; /* Ethernet adress */ unsigned char bi_enetaddr[6]; /* Ethernet adress */
unsigned long bi_arch_number; /* unique id for this board */ unsigned long bi_arch_number; /* unique id for this board */