]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm41xx/cm41xx.c
KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH
[karo-tx-uboot.git] / board / cm41xx / cm41xx.c
index 9a6d89fdc6d18b765dd8d961be49cae898993ec8..72fd64d5b0cd35d23e2adc9c307931708c36fd6c 100644 (file)
@@ -74,6 +74,10 @@ int board_late_init (void)
        return 0;
 }
 
+int board_eth_init(bd_t *bis)
+{
+       return ks8695_eth_initialize();
+}
 
 int board_init (void)
 {