	.global bootloader

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