	.global bootloader

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