From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Ruder Date: Wed, 12 Aug 2015 17:50:24 +0000 Subject: [U-Boot] [PATCH V2 0/5] DM9000 support for multiple interfaces In-Reply-To: <1439400246-20472-1-git-send-email-andrew.ruder@elecsyscorp.com> References: <1439400246-20472-1-git-send-email-andrew.ruder@elecsyscorp.com> Message-ID: <55CB875F.5030105@elecsyscorp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/12/2015 12:24 PM, Andrew Ruder wrote: > To maintain backwards compatibility with older board files, we add a > new initialize function taking the io address, data address, and > availability of a SROM chip. The old initialize function is now a > shim around this new initialize function but provides the parameters > based on the old DM9000 preprocessor symbols. Uh, this is not true. Forgot to remove this paragraph from the cover letter. There is just a single dm9000_initialize() function that has been updated in every board file.