From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YPnXK-0001Zc-N3 for barebox@lists.infradead.org; Mon, 23 Feb 2015 07:34:40 +0000 Date: Mon, 23 Feb 2015 08:34:16 +0100 From: Sascha Hauer Message-ID: <20150223073416.GK12209@pengutronix.de> References: <1424260458-19639-1-git-send-email-s.trumtrar@pengutronix.de> <1424260458-19639-4-git-send-email-s.trumtrar@pengutronix.de> <20150219195842.GA12209@pengutronix.de> <7361axqaz3.fsf@dude.hi.pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7361axqaz3.fsf@dude.hi.pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 3/3] ARM: socfpga: add Altera SoCFPGA Development Kit support To: Steffen Trumtrar Cc: barebox@lists.infradead.org On Fri, Feb 20, 2015 at 08:49:04AM +0100, Steffen Trumtrar wrote: > > Hi! > > Sascha Hauer writes: > > On Wed, Feb 18, 2015 at 12:54:18PM +0100, Steffen Trumtrar wrote: > >> Add support for the Altera SoCFPGA Development Kit. > >> The setup is based on the GHRD from Altera. > >> > >> index 000000000000..73a5a7481924 > >> --- /dev/null > >> +++ b/arch/arm/boards/altera-socdk/board.c > >> @@ -0,0 +1,20 @@ > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> + > >> +static int socfpga_console_init(void) > >> +{ > >> + if (!of_machine_is_compatible("altr,socdk")) > >> + return 0; > >> + > >> + return 0; > >> +} > >> +console_initcall(socfpga_console_init); > > > > Nothing useful in this file. Better remove it? > > > > As it turns out, I actually need to call a phyfixup for the board here. > What would you prefer: Fixup or Resend? Since I haven't applied it: resend. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox