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 merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WNpnO-000357-88 for barebox@lists.infradead.org; Wed, 12 Mar 2014 20:30:34 +0000 Date: Wed, 12 Mar 2014 21:30:12 +0100 From: Sascha Hauer Message-ID: <20140312203012.GM17250@pengutronix.de> References: <1394611565-17600-1-git-send-email-s.trumtrar@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1394611565-17600-1-git-send-email-s.trumtrar@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: socfpga: socrates: fix ENTRY_FUNCTION To: Steffen Trumtrar Cc: barebox@lists.infradead.org On Wed, Mar 12, 2014 at 09:06:05AM +0100, Steffen Trumtrar wrote: > The commit > ARM: Make ENTRY_FUNCTION more robust > changed the behaviour of the ENTRY_FUNCTION. For the Socrates the call to > __barebox_arm_head() was not removed. Do so now otherwise the Socrates will > not be able to boot barebox. > > Signed-off-by: Steffen Trumtrar Applied, thanks Sascha > --- > arch/arm/boards/ebv-socrates/lowlevel.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boards/ebv-socrates/lowlevel.c b/arch/arm/boards/ebv-socrates/lowlevel.c > index e93ae38..035df70 100644 > --- a/arch/arm/boards/ebv-socrates/lowlevel.c > +++ b/arch/arm/boards/ebv-socrates/lowlevel.c > @@ -49,8 +49,6 @@ ENTRY_FUNCTION(start_socfpga_socrates, r0, r1, r2) > { > uint32_t fdt; > > - __barebox_arm_head(); > - > arm_cpu_lowlevel_init(); > > fdt = (uint32_t)__dtb_socfpga_cyclone5_socrates_start - get_runtime_offset(); > -- > 1.9.0 > > > _______________________________________________ > 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