summaryrefslogtreecommitdiffstats
path: root/src/image/embed.S
blob: ef7d693bc8fe86b2d625ce49dcc7dfc0c1c32b95 (plain) (blame)
1
2
3
4
5
6
7
	.section ".data", "aw", @progbits
	.balign 4
	.globl _embedded_image_start
_embedded_image_start:
	.incbin EMBEDIMG
	.globl _embedded_image_end
_embedded_image_end: