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

#include <asm-generic/barebox.lds.h>

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

INSERT BEFORE .rodata;