summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs
diff options
context:
space:
mode:
authorHugo Villeneuve <hugo.villeneuve@lyrtech.com>2008-07-11 15:10:11 -0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-07-14 23:40:55 +0200
commit85e5808e8ea9f77da5219f23394112f0b424fa5e (patch)
tree16ea6dbe53babb5207d006836bf44ca4c1dbaad6 /cpu/arm926ejs
parent3a9e7ba2ac14018c5dd1e78a7dd735571569c971 (diff)
downloadblackbird-obmc-uboot-85e5808e8ea9f77da5219f23394112f0b424fa5e.tar.gz
blackbird-obmc-uboot-85e5808e8ea9f77da5219f23394112f0b424fa5e.zip
ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
ARM DaVinci: Remove extern phy_t declaration by moving code to proper place. Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Diffstat (limited to 'cpu/arm926ejs')
-rw-r--r--cpu/arm926ejs/davinci/ether.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm926ejs/davinci/ether.c b/cpu/arm926ejs/davinci/ether.c
index d286ec0c33..5ae035b986 100644
--- a/cpu/arm926ejs/davinci/ether.c
+++ b/cpu/arm926ejs/davinci/ether.c
@@ -357,6 +357,8 @@ static int dm644x_eth_hw_init(void)
phy.auto_negotiate = gen_auto_negotiate;
}
+ printf("Ethernet PHY: %s\n", phy.name);
+
return(1);
}
OpenPOWER on IntegriCloud