AT91: Replace AT91_BASE_EMAC by the board specific values.
[platform/kernel/u-boot.git] / board / afeb9260 / afeb9260.c
index e6140ff..32445ab 100644 (file)
@@ -237,7 +237,7 @@ int board_eth_init(bd_t *bis)
 {
        int rc = 0;
 #ifdef CONFIG_MACB
-       rc = macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x01);
+       rc = macb_eth_initialize(0, (void *)AT91SAM9260_BASE_EMAC, 0x00);
 #endif
        return rc;
 }