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