From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 12 Nov 2008 09:43:59 -0800 Subject: [U-Boot] [PATCH 4/5] powerpc: keymile: Add a check for the PIGGY debug board In-Reply-To: <491A98A0.6070107@denx.de> References: <491A98A0.6070107@denx.de> Message-ID: <491B15DF.1070805@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 Heiko, Heiko Schocher wrote: > Check the presence of the PIGGY on the keymile boards mgcoge, > mgsuvd and kmeter1. If the PIGGY is not present, dont register > this Ethernet device. > > Signed-off-by: Heiko Schocher > --- This looks like useful stuff to have, but I'd prefer that you put the check logic in board_eth_init() rather than adding to the individual device drivers. I know the 8260 SCC driver is the older style, which precludes the use of board_eth_init, but I'll convert it if you're able to test. regards, Ben