From b0a66a63ba02b691713259869a3d7d414a9fde73 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 29 Jun 2019 20:13:24 -0700 Subject: [PATCH] Fix sept-secondary headers in fusee-secondary --- fusee/fusee-secondary/src/start.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fusee/fusee-secondary/src/start.s b/fusee/fusee-secondary/src/start.s index c93b588b13..74185b7a45 100644 --- a/fusee/fusee-secondary/src/start.s +++ b/fusee/fusee-secondary/src/start.s @@ -173,7 +173,7 @@ _content_headers: .word __sept_secondary_00_enc_size__ .word CONTENT_TYPE_SP2 .word 0xCCCCCCCC -.asciz "sept_secondary_00" +.asciz "septsecondary00" .align 5 /* sept_secondary 01 content header */ @@ -181,7 +181,7 @@ _content_headers: .word __sept_secondary_01_enc_size__ .word CONTENT_TYPE_SP2 .word 0xCCCCCCCC -.asciz "sept_secondary_01" +.asciz "septsecondary01" .align 5 /* sm content header */