From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eqHSq-0007aT-QS for barebox@lists.infradead.org; Mon, 26 Feb 2018 12:01:12 +0000 Date: Mon, 26 Feb 2018 13:00:50 +0100 From: Sascha Hauer Message-ID: <20180226120050.djivfytv5boh7i44@pengutronix.de> References: <20180221095334.30747-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180221095334.30747-1-l.stach@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 1/3] arm: ARM64 doen't provide the armlinux_ functions To: Lucas Stach Cc: barebox@lists.infradead.org On Wed, Feb 21, 2018 at 10:53:32AM +0100, Lucas Stach wrote: > Those set parameters specific to the older ARM Linux implementation. > > Signed-off-by: Lucas Stach > --- > arch/arm/include/asm/armlinux.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha > > diff --git a/arch/arm/include/asm/armlinux.h b/arch/arm/include/asm/armlinux.h > index 5c39200a0c33..135f11b860ce 100644 > --- a/arch/arm/include/asm/armlinux.h > +++ b/arch/arm/include/asm/armlinux.h > @@ -5,7 +5,7 @@ > #include > #include > > -#if defined CONFIG_ARM_LINUX > +#if defined CONFIG_ARM_LINUX && defined CONFIG_CPU_32 > void armlinux_set_bootparams(void *params); > void armlinux_set_architecture(int architecture); > void armlinux_set_revision(unsigned int); > -- > 2.16.1 > > > _______________________________________________ > 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