summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-05-08 18:52:23 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-05-10 11:34:29 +0200
commit8e429b3eee23927c1222679f6b6f53667b21595c (patch)
tree9990d0de4158b00f071727f752f855ddfb272745 /net
parentd99a8ff66d8ae87e5c87590ed2e4ead629540607 (diff)
downloadblackbird-obmc-uboot-8e429b3eee23927c1222679f6b6f53667b21595c.tar.gz
blackbird-obmc-uboot-8e429b3eee23927c1222679f6b6f53667b21595c.zip
AT91SAM9263EK support
This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK board. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'net')
-rw-r--r--net/eth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index c4f24c64b6..21d14961cb 100644
--- 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
OpenPOWER on IntegriCloud