[U-Boot] [PATCH 2/3 v3] Add bb_miiphy_init call before any ethernet bring-up code.
Ben Warren
biggerbadderben at gmail.com
Mon Oct 5 08:30:26 CEST 2009
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
>
> Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
> ---
> lib_arm/board.c | 3 +++
> lib_avr32/board.c | 3 +++
> lib_blackfin/board.c | 3 +++
> lib_i386/board.c | 3 +++
> lib_m68k/board.c | 3 +++
> lib_mips/board.c | 3 +++
> lib_ppc/board.c | 4 +++-
> lib_sh/board.c | 3 +++
> lib_sparc/board.c | 3 +++
> 9 files changed, 27 insertions(+), 1 deletions(-)
>
I'm not sure about this. Bit-banged MII is very board-specific, and
IMHO should be initialized in board_eth_init()
regards,
Ben
More information about the U-Boot
mailing list