From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 4 May 2015 17:50:06 -0500 Subject: [U-Boot] [RESEND PATCH v3 09/13] arm: mvebu: Change network init code to allow a more flexible setup In-Reply-To: <1429936196-13647-10-git-send-email-sr@denx.de> References: <1429936196-13647-1-git-send-email-sr@denx.de> <1429936196-13647-10-git-send-email-sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On Fri, Apr 24, 2015 at 11:29 PM, Stefan Roese wrote: > With the introduction of the Armada 38x support, its necessary to change > the mvneta ethernet driver init call from always 4 times to a > configurable value. Lets make this init call more flexible by moving > the actually used devices to the config header. > > Additionally this patch takes care of the slightly different base > addresses for the ethernet controllers on A38x. > > Signed-off-by: Stefan Roese > Tested-by: Kevin Smith > Tested-by: Dirk Eibach > --- Acked-by: Joe Hershberger