dm36x: revert cache disable patch
[oweals/u-boot.git] / board / cm4008 / cm4008.c
index 63296f092ba07344f295566c7e73989f1aed5d04..ed493a8588d0c22e4943554eeb3f2cd3ddb5e096 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <common.h>
 #include <asm/arch/platform.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -74,6 +75,10 @@ int board_late_init (void)
        return 0;
 }
 
+int board_eth_init(bd_t *bis)
+{
+       return ks8695_eth_initialize();
+}
 
 int board_init (void)
 {