summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/barebox.lds.S
blob: ab2801f3d20710c35b3379d16b2a1481d5f152be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#include <asm/barebox.lds.h>

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

INSERT BEFORE .rodata;