From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 04 Oct 2009 23:30:26 -0700 Subject: [U-Boot] [PATCH 2/3 v3] Add bb_miiphy_init call before any ethernet bring-up code. In-Reply-To: <1253711456-6309-3-git-send-email-luigi.mantellini.ml@gmail.com> References: <1253711456-6309-1-git-send-email-luigi.mantellini.ml@gmail.com> <1253711456-6309-2-git-send-email-luigi.mantellini.ml@gmail.com> <1253711456-6309-3-git-send-email-luigi.mantellini.ml@gmail.com> Message-ID: <4AC99282.50402@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Luigi, Luigi 'Comio' Mantellini wrote: > From: Luigi 'Comio' Mantellini > > Signed-off-by: Luigi 'Comio' Mantellini > --- > 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