commit | 43867c8f42d0799b0e645e8740266b95e1b4abad | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Oct 02 11:44:46 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Oct 02 11:44:46 2007 +0200 |
tree | be053af2ebdeb53c1c73b4db1d04d92115b77961 | |
parent | 6ddc0251bd6a34010bb6a487e19146be4b4b00e0 [diff] [blame] |
ppc4xx: Coding style cleanup Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/board/amcc/luan/luan.c b/board/amcc/luan/luan.c index 1bd7efa..0067ce0 100644 --- a/board/amcc/luan/luan.c +++ b/board/amcc/luan/luan.c
@@ -81,7 +81,7 @@ EPLD2_ETH_MODE_1000 | EPLD2_ETH_DUPLEX_MODE; /* clear ETHERNET_AUTO_NEGO bit to turn on autonegotiation */ x->ethuart &= ~EPLD2_ETH_AUTO_NEGO; - + /* put Ethernet+PHY in reset */ x->ethuart &= ~EPLD2_RESET_ETH_N; udelay(10000);