summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-efi
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-03-07 09:31:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-09 07:36:08 +0100
commita26786c957bb23c2fbb9e573ef892abf98d834ad (patch)
tree31096380fd917e44cbc46078af93763b3d948979 /arch/x86/mach-efi
parent4c29a9511b0d95780c914d1b4277dae4061786d2 (diff)
downloadbarebox-a26786c957bb23c2fbb9e573ef892abf98d834ad.tar.gz
barebox-a26786c957bb23c2fbb9e573ef892abf98d834ad.tar.xz
fixup! efi: move x86 efi boot support to x86 arch
As I noted in my other mail, this got lost during the move. Regards, Michael Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/mach-efi')
-rw-r--r--arch/x86/mach-efi/elf_x86_64_efi.lds.S1
1 files changed, 1 insertions, 0 deletions
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 e1bc2120fa..93d34d17ab 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)
}