diff options
Diffstat (limited to 'cpu/arm926ejs/davinci/ether.c')
-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 d286ec0..5ae035b 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); } |