From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Wed, 23 Jun 2010 15:57:08 +0400 Subject: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale In-Reply-To: <20100622181404.C9A1E1524ED@gemini.denx.de> References: <1277055168-18596-1-git-send-email-yanok@emcraft.com> <1277055168-18596-3-git-send-email-yanok@emcraft.com> <20100621074440.E629C1524EE@gemini.denx.de> <4C1F5A54.4050908@emcraft.com> <20100622181404.C9A1E1524ED@gemini.denx.de> Message-ID: <4C21F694.8060404@emcraft.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 Wolfgang, On 22.06.2010 22:14, Wolfgang Denk wrote: >>> Entry to MAINTAINERS missing. >>> >> Should I add you as a maintainer or myself? >> > You did the actual work... > but I fear I won't be able to maintain it... I don't have much free time to spend now... >>> + return pci_eth_init(bis); >>> > My understanding is that pci_eth_init() and board_eth_init() return > the number of NIC's found - should that number not include the number > of successfully initialized TSECs? > Ok. I get your point. Actually, as for now code in net/eth.c just checks board_eth_init() value to be negative or not so there is no difference between different non-negative values. But I'll do it like Ben asked. Regards, Ilya.