summaryrefslogtreecommitdiffstats
path: root/arch/mips/pbl/zbarebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/pbl/zbarebox.lds.S')
-rw-r--r--arch/mips/pbl/zbarebox.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/pbl/zbarebox.lds.S b/arch/mips/pbl/zbarebox.lds.S
index 3a26942b4c..a883fdb2db 100644
--- a/arch/mips/pbl/zbarebox.lds.S
+++ b/arch/mips/pbl/zbarebox.lds.S
@@ -44,6 +44,8 @@ SECTIONS
. = ALIGN(4);
.rodata : { *(.rodata*) }
+ .barebox_imd : { BAREBOX_IMD }
+
_etext = .; /* End of text and rodata section */
. = ALIGN(4);