From c63254ef5628efe1c77cb2fdba20753f9666f55d Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Tue, 12 May 2009 12:25:14 +0400 Subject: AFEB9260 network fix AFEB9260 uses PA10, PA11 for ETX2 and ETX3. Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence, not 0. Signed-off-by: Sergey Lapin --- board/afeb9260/afeb9260.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/afeb9260') diff --git a/board/afeb9260/afeb9260.c b/board/afeb9260/afeb9260.c index 024db2bbe..a247663bb 100644 --- a/board/afeb9260/afeb9260.c +++ b/board/afeb9260/afeb9260.c @@ -177,7 +177,7 @@ int board_eth_init(bd_t *bis) { int rc = 0; #ifdef CONFIG_MACB - rc = macb_eth_initialize(0, (void *)AT91SAM9260_BASE_EMAC, 0x00); + rc = macb_eth_initialize(0, (void *)AT91SAM9260_BASE_EMAC, 0x01); #endif return rc; } -- cgit v1.2.3