From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 16 Jul 2009 19:19:27 -0700 Subject: [U-Boot] [PATCH] Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API In-Reply-To: <1247796981-2131-1-git-send-email-biggerbadderben@gmail.com> References: <1247796981-2131-1-git-send-email-biggerbadderben@gmail.com> Message-ID: <4A5FDFAF.1060404@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 Ben Warren wrote: > All in-tree boards that use this controller have CONFIG_NET_MULTI added > Also: > - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X* > - cleaned up line lengths > - modified all boards that override weak function in this driver > > Signed-off-by: Ben Warren > --- Note: I haven't actually *tested* this code, only verified that it compiles cleanly on an ARM platform and that the appropriate weak functions are overridden (looked in System.map). Although the changes are mainly cosmetic, there's a very good chance that bugs were introduced, so if anybody can try it please do! thanks, Ben