]> git.sur5r.net Git - u-boot/blobdiff - board/bf533-stamp/bf533-stamp.c
mpc52xx: add support for the IPEK01 board
[u-boot] / board / bf533-stamp / bf533-stamp.c
index 7108ddae4506922f9cb88b525c4bc70c128cdbc7..a2269105bebdd6e594f862781692df035eedfeab 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 #include <asm/io.h>
 #include "bf533-stamp.h"
 
@@ -283,3 +284,10 @@ void __led_toggle(led_id_t mask)
 }
 
 #endif
+
+#ifdef CONFIG_SMC91111
+int board_eth_init(bd_t *bis)
+{
+       return smc91111_initialize(0, CONFIG_SMC91111_BASE);
+}
+#endif