summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/barebox.lds.h
blob: 74c4662a57e715d989a7693ee25b1bd507cd78db (plain)
1
2
3
4
5
6
7
8
9

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

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