summaryrefslogtreecommitdiffstats
path: root/board/LaCie/common
Commit message (Collapse)AuthorAgeFilesLines
* ARM: don't probe PHY address for LaCie boardsSimon Guinot2012-07-072-17/+8
| | | | | | | | | | | | | 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>
* ARM: remove duplicated code for LaCie boardsSimon Guinot2011-12-062-0/+107
This patch groups together all the common functions for LaCie boards: Ethernet PHY and MAC address initializations. Moreover the configurations for LaCie Kirkwood boards are merged into a single file: include/configs/lacie_kw.h Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
OpenPOWER on IntegriCloud