commit | c8136d02db49647ba1248ec81c9320320403e2c9 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Oct 18 19:17:12 2005 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Oct 18 19:17:12 2005 +0200 |
tree | 5c653a2de68508bb0799d2547cfba40d7a7503b6 | |
parent | 30320681411448499bd242c7f5468ad6c7c98230 [diff] [blame] |
Fix NetConsole support on 4xx (only print eth link on 1st transfer) Patch by Stefan Roese, 18 Oct 2005
diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index d3f1de4..859b72d 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c
@@ -186,7 +186,9 @@ /* EMAC RESET */ out32 (EMAC_M0 + hw_p->hw_addr, EMAC_M0_SRST); +#ifndef CONFIG_NETCONSOLE hw_p->print_speed = 1; /* print speed message again next time */ +#endif return; }