	.global bootloader

bootloader_start:
	.section .boot
	.incbin	"bootloader_spifi.bin"
bootloader_end:
