	.global images_data

bootloader_start:
	.section .data
	.incbin	"images_data.bin"
bootloader_end:
