diff --git a/fusee/fusee-secondary/src/start.s b/fusee/fusee-secondary/src/start.s index 48bf8507a..a87237f2a 100644 --- a/fusee/fusee-secondary/src/start.s +++ b/fusee/fusee-secondary/src/start.s @@ -202,12 +202,12 @@ _content_headers: .asciz "spl" .align 5 -/* spl content header */ +/* ncm content header */ .word __ncm_kip_start__ .word __ncm_kip_size__ .word CONTENT_TYPE_KIP .word 0xCCCCCCCC -.asciz "NCM" +.asciz "ncm" .align 5 /* emummc content header */ @@ -252,4 +252,4 @@ relocate_and_chainload: .type nxboot, %function nxboot: ldr sp, =__stack_top__ - b nxboot_finish \ No newline at end of file + b nxboot_finish