fusee: embed spl.

This commit is contained in:
Michael Scire
2019-04-25 11:24:25 -07:00
parent edcfbf4254
commit 51858e732a
5 changed files with 27 additions and 5 deletions

View File

@@ -191,6 +191,14 @@ _content_headers:
.asciz "sm"
.align 5
/* spl content header */
.word __spl_kip_start__
.word __spl_kip_size__
.word CONTENT_TYPE_KIP
.word 0xCCCCCCCC
.asciz "spl"
.align 5
/* splash_screen content header */
.word __splash_screen_bmp_start__
.word __splash_screen_bmp_size__