From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 26 Aug 2008 23:09:28 -0700 Subject: [U-Boot] [patch] dm9000 remove dead external phy support, gpio fix In-Reply-To: <48B47DBA.8070300@righthandtech.com> References: <48B47DBA.8070300@righthandtech.com> Message-ID: <48B4EF98.3000102@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 Andrew Dyer wrote: > dm9000 has code to detect and initialize external phy parts, but later > on in the code the part is forced to use the internal phy > unconditionally. Remove the unused/untested code. > > change the GPIO initialization so that only the GPIO used as an > internal phy reset (hardwired in the chip) is set as an output. The > remaining GPIO need to be handled by board specific code to prevent > possible drive conflicts. Set as inputs for safety. > > replace a few magic numbers with defines > > Signed-off-by: Andrew Dyer > --- Applied to net repo. Thanks for clearing out the cruft. regards, Ben