summaryrefslogtreecommitdiffstats
path: root/common/module.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/module.lds.S')
-rw-r--r--common/module.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/module.lds.S b/common/module.lds.S
index a03d04f401..f3dbb12f4a 100644
--- a/common/module.lds.S
+++ b/common/module.lds.S
@@ -35,6 +35,8 @@ SECTIONS
.got : { *(.got) }
.barebox_cmd : { BAREBOX_CMDS }
+ .barebox_ratp_cmd : { BAREBOX_RATP_CMDS }
+
. = ALIGN(4);
.bss : { *(.bss) }
}