summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/barebox.lds.S')
-rw-r--r--arch/sandbox/board/barebox.lds.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sandbox/board/barebox.lds.S b/arch/sandbox/board/barebox.lds.S
index bdce8ecbd6..862376dd0e 100644
--- a/arch/sandbox/board/barebox.lds.S
+++ b/arch/sandbox/board/barebox.lds.S
@@ -4,17 +4,9 @@ SECTIONS
{
. = ALIGN(64);
.barebox_initcalls : { BAREBOX_INITCALLS }
-
- . = ALIGN(64);
.barebox_exitcalls : { BAREBOX_EXITCALLS }
-
- . = ALIGN(64);
.barebox_magicvar : { BAREBOX_MAGICVARS }
-
- . = ALIGN(64);
__barebox_cmd : { BAREBOX_CMDS }
-
- . = ALIGN(64);
__barebox_ratp_cmd : { BAREBOX_RATP_CMDS }
}