summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/barebox.lds.S')
-rw-r--r--arch/sandbox/board/barebox.lds.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sandbox/board/barebox.lds.S b/arch/sandbox/board/barebox.lds.S
index db5b7deb23..0d67ab6607 100644
--- a/arch/sandbox/board/barebox.lds.S
+++ b/arch/sandbox/board/barebox.lds.S
@@ -8,6 +8,11 @@ SECTIONS
__barebox_initcalls_end = .;
. = ALIGN(64);
+ __barebox_exitcalls_start = .;
+ __barebox_exitcalls : { EXITCALLS }
+ __barebox_exitcalls_end = .;
+
+ . = ALIGN(64);
__barebox_magicvar_start = .;
.barebox_magicvar : { BAREBOX_MAGICVARS }
__barebox_magicvar_end = .;