summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
blob: 9b8f5cf9582a9f018e7094e9a7f250d66306af0e (plain)
1
2
3
4
5
6
7
8
9
	.data
	.align 8
	.globl cf_code_start
cf_code_start:
	.incbin "cf-code.bin"
	.align 8
	.globl cf_code_end
cf_code_end:
	.previous
OpenPOWER on IntegriCloud