u-boot/board/LaCie/netspace_v2
Simon Guinot c59c085731 ARM: don't probe PHY address for LaCie boards
The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
2012-07-07 14:07:33 +02:00
..
Makefile ARM: remove duplicated code for LaCie boards 2011-12-06 23:59:30 +01:00
kwbimage-is2.cfg netspace_v2: fix SDRAM configuration 2011-11-03 22:56:22 +01:00
kwbimage.cfg netspace_v2: fix SDRAM configuration 2011-11-03 22:56:22 +01:00
netspace_v2.c ARM: don't probe PHY address for LaCie boards 2012-07-07 14:07:33 +02:00
netspace_v2.h ARM: remove duplicated code for LaCie boards 2011-12-06 23:59:30 +01:00