u-boot/board/LaCie/edminiv2
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
config.mk Replace obsolete e-mail address 2011-04-27 19:38:09 +02:00
edminiv2.c ARM: don't probe PHY address for LaCie boards 2012-07-07 14:07:33 +02:00