From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 10.mo178.mail-out.ovh.net ([46.105.76.150]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1clAdx-0001GD-Gt for barebox@lists.infradead.org; Tue, 07 Mar 2017 08:38:55 +0000 Received: from player728.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo178.mail-out.ovh.net (Postfix) with ESMTP id D9F712F54E for ; Tue, 7 Mar 2017 09:38:25 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 7 Mar 2017 09:44:25 +0100 Message-Id: <1488876266-9845-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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: [PATCH 1/2] x86: efi: fix efiexit support To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/x86/mach-efi/elf_x86_64_efi.lds.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/mach-efi/elf_x86_64_efi.lds.S b/arch/x86/mach-efi/elf_x86_64_efi.lds.S index e1bc2120f..93d34d17a 100644 --- a/arch/x86/mach-efi/elf_x86_64_efi.lds.S +++ b/arch/x86/mach-efi/elf_x86_64_efi.lds.S @@ -80,6 +80,7 @@ SECTIONS *(.rela.data*) *(.rela.barebox*) *(.rela.initcall*) + *(.rela.exitcall*) *(.rela.got) *(.rela.stab) } -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox