summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
blob: 2eda4fe1cf04f6dda7e66e76566f605e51750fee (plain)
1
2
3
4
5
6
7
8
9
10
11
#define _STR(f) #f
#define STR(f) _STR(f)
	.data
	.align 8
	.globl cf_code_start
cf_code_start:
	.incbin STR(CF_FILE)
	.align 8
	.globl cf_code_end
cf_code_end:
	.previous
OpenPOWER on IntegriCloud