Merge "springbok: make crt0.s portable"
diff --git a/springbok/crt0.S b/springbok/crt0.S
index 8e71aad..deee442 100644
--- a/springbok/crt0.S
+++ b/springbok/crt0.S
@@ -274,6 +274,6 @@
 print_csrs:
         mret
 
-.rodata
+.section ".rodata","a",@progbits
 exception_msg:
         .string "Exception occurred\0"