]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bf548-ezkit/bf548-ezkit.c
Merge branch 'master' of git://git.denx.de/u-boot-net
[karo-tx-uboot.git] / board / bf548-ezkit / bf548-ezkit.c
index 74f93ba27da73bc53444dd1e2b849a4910593ea1..88a0cd4d619b9d15ddc9ebaf1615fd76199bc4da 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 #include <config.h>
 #include <command.h>
 #include <asm/blackfin.h>
@@ -77,3 +78,10 @@ int board_early_init_f(void)
 
        return 0;
 }
+
+#ifdef CONFIG_SMC911X
+int board_eth_init(bd_t *bis)
+{
+       return smc911x_initialize(0, CONFIG_SMC911X_BASE);
+}
+#endif