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 1Wruvx-0003j1-VN for barebox@lists.infradead.org; Tue, 03 Jun 2014 20:03:47 +0000 Date: Tue, 3 Jun 2014 22:03:23 +0200 From: Sascha Hauer Message-ID: <20140603200323.GC15686@pengutronix.de> References: <1397377196-31466-1-git-send-email-l.stach@pengutronix.de> <1401803567.5422.5.camel@weser.hi.pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1401803567.5422.5.camel@weser.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] ARM: hummingboard: add barebox update handler To: Lucas Stach Cc: barebox@lists.infradead.org On Tue, Jun 03, 2014 at 03:52:47PM +0200, Lucas Stach wrote: > Ping. Applied, thanks. Sascha > > Am Sonntag, den 13.04.2014, 10:19 +0200 schrieb Lucas Stach: > > It wasn't hard to find the right spot to copy the image > > to before, but this makes it a bit more explicit. > > > > Signed-off-by: Lucas Stach > > --- > > arch/arm/boards/solidrun-hummingboard/board.c | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/arch/arm/boards/solidrun-hummingboard/board.c b/arch/arm/boards/solidrun-hummingboard/board.c > > index afc5c867b25c..de848467451d 100644 > > --- a/arch/arm/boards/solidrun-hummingboard/board.c > > +++ b/arch/arm/boards/solidrun-hummingboard/board.c > > @@ -20,6 +20,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > #include > > @@ -75,6 +76,18 @@ static int hummingboard_device_init(void) > > } > > device_initcall(hummingboard_device_init); > > > > +static int hummingboard_late_init(void) > > +{ > > + if (!of_machine_is_compatible("solidrun,hummingboard")) > > + return 0; > > + > > + imx6_bbu_internal_mmc_register_handler("sdcard", "/dev/mmc1.barebox", > > + BBU_HANDLER_FLAG_DEFAULT, NULL, 0, 0x10000000); > > + > > + return 0; > > +} > > +late_initcall(hummingboard_late_init); > > + > > static int hummingboard_lwl_init(void) > > { > > if (!of_machine_is_compatible("solidrun,hummingboard")) > > -- > Pengutronix e.K. | Lucas Stach | > Industrial Linux Solutions | http://www.pengutronix.de/ | > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- 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