]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm926ejs/at91sam9/ether.c
Coding style cleanup, update CHANGELOG, prepare release
[u-boot] / cpu / arm926ejs / at91sam9 / ether.c
index 8de1bb7c338ac7c1c5d20165f49ed1cbf9e19c69..7e11fe4d8eb8986222c9f560b0716345d2f0c44b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2007-2008
- * Stelian Pop <stelian.pop <at> leadtechdesign.com>
+ * Stelian Pop <stelian.pop@leadtechdesign.com>
  * Lead Tech Design <www.leadtechdesign.com>
  *
  * See file CREDITS for list of people who contributed to this
@@ -30,6 +30,6 @@ extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
 #if defined(CONFIG_MACB) && defined(CONFIG_CMD_NET)
 void at91sam9_eth_initialize(bd_t *bi)
 {
-       macb_eth_initialize(0, (void *)AT91C_BASE_MACB, 0x00);
+       macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x00);
 }
 #endif