cs8900 compile fix

cs8900.c: In function 'eth_init':
cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
cs8900.c:165: error: invalid operands to binary <<
cs8900.c:166: error: invalid operands to binary <<
cs8900.c:167: error: invalid operands to binary <<

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Ladislav Michl 2009-03-23 18:16:34 +01:00 committed by Wolfgang Denk
parent d2567be915
commit fd88d91a63

View File

@ -151,7 +151,7 @@ void eth_halt (void)
int eth_init (bd_t * bd)
{
uchar *enetaddr[6];
uchar enetaddr[6];
/* verify chip id */
if (get_reg_init_bus (PP_ChipID) != 0x630e) {