diff options
author | Stefan Roese <sr@denx.de> | 2007-10-02 11:44:46 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-02 11:44:46 +0200 |
commit | 738815c0cc44aa329097f868dc1efc49ede9c5ba (patch) | |
tree | be053af2ebdeb53c1c73b4db1d04d92115b77961 /board/amcc/luan | |
parent | 87c1833a39e944db66385286fd5e28f9b3fcdd50 (diff) |
ppc4xx: Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/luan')
-rw-r--r-- | board/amcc/luan/luan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/luan/luan.c b/board/amcc/luan/luan.c index 1bd7efa0b..0067ce0e7 100644 --- a/board/amcc/luan/luan.c +++ b/board/amcc/luan/luan.c @@ -81,7 +81,7 @@ int misc_init_r(void) 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); |