	.global bootloader

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