summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc85xx/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/mach-mpc85xx/barebox.lds.S')
-rw-r--r--arch/ppc/mach-mpc85xx/barebox.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc85xx/barebox.lds.S b/arch/ppc/mach-mpc85xx/barebox.lds.S
index beebab39d6..0001972831 100644
--- a/arch/ppc/mach-mpc85xx/barebox.lds.S
+++ b/arch/ppc/mach-mpc85xx/barebox.lds.S
@@ -105,6 +105,10 @@ SECTIONS
.barebox_cmd : { BAREBOX_CMDS }
__barebox_cmd_end = .;
+ __barebox_ratp_cmd_start = .;
+ .barebox_ratp_cmd : { BAREBOX_RATP_CMDS }
+ __barebox_ratp_cmd_end = .;
+
__barebox_initcalls_start = .;
.barebox_initcalls : { INITCALLS }
__barebox_initcalls_end = .;