From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Thu, 27 Sep 2012 23:43:12 +0200 (CEST) Subject: [U-Boot] [PATCH 6/7] mx25: Define cpu_eth_init() only if needed In-Reply-To: Message-ID: <678974406.5374837.1348782192487.JavaMail.root@advansee.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 Fabio, On Thursday, September 27, 2012 10:55:22 PM, Fabio Estevam wrote: > Hi Beno?t, > > On Thu, Sep 27, 2012 at 5:28 PM, Beno?t Th?baudeau > wrote: > > The FEC is the only SoC Ethernet support available on i.MX25, so > > define > > cpu_eth_init() only for it instead of returning a misleading > > success code. > > Yes, but someone may want to use mx25 with a external LAN device > (such > as LAN92xx) instead of FEC. Yes, but in that case I think that there should be a board_eth_init() function defined, so this patch won't cause any trouble here. See in net/eth.c:eth_initialize() how these functions and their default implementations are handled. Best regards, Beno?t