From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 31 May 2009 21:06:43 -0700 Subject: [U-Boot] [PATCH/next] Blackfin: bfin_mac: do portmuxing earlier to allow board override In-Reply-To: <1243634676-18202-1-git-send-email-vapier@gentoo.org> References: <1243634676-18202-1-git-send-email-vapier@gentoo.org> Message-ID: <4A2353D3.5030601@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 Mike, Mike Frysinger wrote: > Some boards may want to undo some pin muxing for the EMAC (like when a > board doesn't have the RX error interrupt hooked up), but in order to do > that, we need to do portmuxing during the eth init step. > > Signed-off-by: Mike Frysinger > CC: Ben Warren > --- Applied to net/next. thanks, Ben P.S. - isn't there some way you could move this stuff to board code?