Skip to content

Commit 544457f

Browse files
Nicolas PitreRussell King
authored andcommitted
ARM: 8624/1: proc-v7m.S: fix init section name
There is no .text.init sections. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 24c66df commit 544457f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mm/proc-v7m.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ENTRY(cpu_cm7_proc_fin)
9696
ret lr
9797
ENDPROC(cpu_cm7_proc_fin)
9898

99-
.section ".text.init", #alloc, #execinstr
99+
.section ".init.text", #alloc, #execinstr
100100

101101
__v7m_cm7_setup:
102102
mov r8, #(V7M_SCB_CCR_DC | V7M_SCB_CCR_IC| V7M_SCB_CCR_BP)

0 commit comments

Comments
 (0)