diff --git a/startup.s b/startup.s index a664898..cbc3e23 100644 --- a/startup.s +++ b/startup.s @@ -75,19 +75,19 @@ bss_init_end: */ .section .text.hdr_default, "ax", %progbits .weak hdr_default - hdr_default: +hdr_default: b hdr_default .size hdr_default, .-hdr_default - //--Vector table---------------------------------------------------------------- +//--Vector table---------------------------------------------------------------- .section .vector_table, "a", %progbits .type vector_table, %object .size vector_table, .-vector_table - vector_table: +vector_table: .word _estack .word hdr_reset .word hdr_nmi @@ -165,7 +165,7 @@ bss_init_end: .word hdr_dma2_channel3 .word hdr_dma2_channel4_5 - //--Weak definitions------------------------------------------------------------ +//--Weak definitions------------------------------------------------------------ .weak hdr_nmi .thumb_set hdr_nmi, hdr_default