summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/barebox.lds.S
blob: 862376dd0e79f6028f118b8b150f9f8b094b873b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <asm-generic/barebox.lds.h>

SECTIONS
{
	. = ALIGN(64);
	.barebox_initcalls : { BAREBOX_INITCALLS }
	.barebox_exitcalls : { BAREBOX_EXITCALLS }
	.barebox_magicvar : { BAREBOX_MAGICVARS }
	__barebox_cmd : { BAREBOX_CMDS }
	__barebox_ratp_cmd : { BAREBOX_RATP_CMDS }
}

INSERT BEFORE .rodata;