]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/eth.c
AT91SAM9263EK support
[karo-tx-uboot.git] / net / eth.c
index c4f24c64b63db4754aa1ea93fcd85ffbc7c1db5a..21d14961cb20e04b95ccb739184ae39a43db41fd 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -288,7 +288,8 @@ int eth_initialize(bd_t *bis)
 #if defined(CONFIG_FSLDMAFEC)
        mcdmafec_initialize(bis);
 #endif
-#if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260)
+#if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
+    defined(CONFIG_AT91SAM9263)
        at91sam9_eth_initialize(bis);
 #endif