	.global bootloader

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