summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/barebox.lds.h
blob: 4e497f5e2d3d7fa5fec7b2a58feea6e954b43a02 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

/* the EP93xx expects to find the pattern 'CRUS' at 0x1000 */

#define PRE_IMAGE				\
	.pre_image : {				\
		KEEP(*(.flash_header_start*))	\
		. = 0x1000;			\
		LONG(0x53555243) /* 'CRUS' */	\
	}