From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 24 Nov 2008 23:48:09 -0800 Subject: [U-Boot] [PATCH v3] mgcoge make ether_scc.c work with CONFIG_NET_MULTI In-Reply-To: <20081120122838.165bff81@ernst.jennejohn.org> References: <20081120122838.165bff81@ernst.jennejohn.org> Message-ID: <492BADB9.2090701@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 Gary, Gary Jennejohn wrote: > This change is needed for mgcoge because it uses two ethernet drivers. > > Add a check for the presence of the PIGGY board on mgcoge. Without this > board networking cannot work and the initialization must be aborted. > > Only allocate rtx once to prevent DPRAM exhaustion. > > Initialize ether_scc.c and the keymile-specific HDLC driver (to be added > soon) in eth.c. > > Signed-off-by: Gary Jennejohn > --- > Added to net/next. thanks, Ben