]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armltd/vexpress64/vexpress64.c
vexpress64: juno: support SMC9118 ethernet
[karo-tx-uboot.git] / board / armltd / vexpress64 / vexpress64.c
index 58973185ecdae7951ed324dd49fdb27ad76a781d..20db81222e796b80ca2d988b377457807b05ced1 100644 (file)
@@ -142,6 +142,9 @@ int board_eth_init(bd_t *bis)
        int rc = 0;
 #ifdef CONFIG_SMC91111
        rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);
+#endif
+#ifdef CONFIG_SMC911X
+       rc = smc911x_initialize(0, CONFIG_SMC911X_BASE);
 #endif
        return rc;
 }