]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/scb9328/scb9328.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / scb9328 / scb9328.c
index 3f6831be5e50ab8b4062150c791b59e075dd6dc2..428e8c9e1c2f9fd5cca1caed0aacbd35e4e7fc46 100755 (executable)
@@ -19,6 +19,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -70,3 +71,10 @@ void show_boot_progress (int status)
 {
        return;
 }
+
+#ifdef CONFIG_DRIVER_DM9000
+int board_eth_init(bd_t *bis)
+{
+       return dm9000_initialize(bis);
+}
+#endif