fusee: switch to use exo2 instead of exo1

This commit is contained in:
Michael Scire
2020-06-11 01:48:36 -07:00
committed by SciresM
parent 293c213bf2
commit c75e61a40b
8 changed files with 39 additions and 33 deletions

View File

@@ -157,15 +157,15 @@ _content_headers:
.asciz "Loader"
.align 5
/* lp0fw content header */
.word __lp0fw_bin_start__
.word __lp0fw_bin_size__
/* warmboot content header */
.word __warmboot_bin_start__
.word __warmboot_bin_size__
.byte CONTENT_TYPE_WBT
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.word 0xCCCCCCCC
.asciz "lp0fw"
.asciz "warmboot"
.align 5
/* pm content header */