diff options
author | Hugo Villeneuve | 2008-07-11 15:10:11 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-14 23:40:55 +0200 |
commit | 85e5808e8ea9f77da5219f23394112f0b424fa5e (patch) | |
tree | 16ea6dbe53babb5207d006836bf44ca4c1dbaad6 /cpu | |
parent | 3a9e7ba2ac14018c5dd1e78a7dd735571569c971 (diff) |
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')
-rw-r--r-- | cpu/arm926ejs/davinci/ether.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm926ejs/davinci/ether.c b/cpu/arm926ejs/davinci/ether.c index d286ec0c33c..5ae035b986b 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); } |