Fix unwanted changes
This commit is contained in:
parent
4eec301d17
commit
cf077d2e51
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user