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

SECTIONS
{
	. = ALIGN(64);
	.barebox_rodata : {
		RO_DATA_SECTION
	}
}

INSERT BEFORE .rodata;