]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm926ejs/at91sam9/ether.c
Move at91cap9 specific files to at91sam9 directory
[karo-tx-uboot.git] / cpu / arm926ejs / at91sam9 / ether.c
similarity index 94%
rename from cpu/arm926ejs/at91cap9/ether.c
rename to cpu/arm926ejs/at91sam9/ether.c
index b7958d5aba1b0a8530ae19556d22869fca2302ba..8de1bb7c338ac7c1c5d20165f49ed1cbf9e19c69 100644 (file)
  */
 
 #include <common.h>
-#include <asm/arch/AT91CAP9.h>
+#include <asm/arch/hardware.h>
 
 extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
 
 #if defined(CONFIG_MACB) && defined(CONFIG_CMD_NET)
-void at91cap9_eth_initialize(bd_t *bi)
+void at91sam9_eth_initialize(bd_t *bi)
 {
        macb_eth_initialize(0, (void *)AT91C_BASE_MACB, 0x00);
 }