summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/boards/ipe337/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/boards/ipe337/barebox.lds.S')
-rw-r--r--arch/blackfin/boards/ipe337/barebox.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/boards/ipe337/barebox.lds.S b/arch/blackfin/boards/ipe337/barebox.lds.S
index 9bb7cc4953..51a586af27 100644
--- a/arch/blackfin/boards/ipe337/barebox.lds.S
+++ b/arch/blackfin/boards/ipe337/barebox.lds.S
@@ -76,6 +76,10 @@ SECTIONS
.barebox_initcalls : { INITCALLS }
___barebox_initcalls_end = .;
+ ___barebox_exitcalls_start = .;
+ .barebox_exitcalls : { EXITCALLS }
+ ___barebox_exitcalls_end = .;
+
___usymtab_start = .;
__usymtab : { BAREBOX_SYMS }
___usymtab_end = .;