From 88cad934ff06447f45485e2e8bb723cf9cfe1aef Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Sun, 8 Mar 2020 11:43:34 -0500 Subject: [PATCH] fusee: fix typos in NCM's content header --- fusee/fusee-secondary/src/start.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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