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.92.2 #3 (Red Hat Linux)) id 1iFYqa-00040l-F9 for barebox@lists.infradead.org; Wed, 02 Oct 2019 07:14:54 +0000 Date: Wed, 2 Oct 2019 09:14:50 +0200 From: Sascha Hauer Message-ID: <20191002071450.i5de6lsekarnocz4@pengutronix.de> References: <20191001124503.583729-1-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191001124503.583729-1-r.czerwinski@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: aarch64: add image markers to linker script To: Rouven Czerwinski Cc: barebox@lists.infradead.org On Tue, Oct 01, 2019 at 02:45:04PM +0200, Rouven Czerwinski wrote: > The __image_start and __image_end marker are used by barebox to > calculate the size of the barebox binary inside the RAM. Without the > definitions barebox calculates its own size to zero, which works until a > certain size is exceeded, than the PBL will place the binary lower into > memory than the calculation inside barebox. > Fix this by adding the appropriate image markers to the linker script. > > Signed-off-by: Rouven Czerwinski > --- > arch/arm/lib64/barebox.lds.S | 4 ++++ > 1 file changed, 4 insertions(+) Applied to master, thanks 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