summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/cpu/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/cpu/barebox.lds.S')
-rw-r--r--arch/openrisc/cpu/barebox.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/openrisc/cpu/barebox.lds.S b/arch/openrisc/cpu/barebox.lds.S
index 9c353f30f1..b819ca0996 100644
--- a/arch/openrisc/cpu/barebox.lds.S
+++ b/arch/openrisc/cpu/barebox.lds.S
@@ -65,6 +65,10 @@ SECTIONS
.barebox_initcalls : { INITCALLS } > ram
__barebox_initcalls_end = .;
+ __barebox_exitcalls_start = .;
+ .barebox_exitcalls : { EXITCALLS } > ram
+ __barebox_exitcalls_end = .;
+
___usymtab_start = .;
__usymtab : { BAREBOX_SYMS } > ram
___usymtab_end = .;