Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 544457fa authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King
Browse files

ARM: 8624/1: proc-v7m.S: fix init section name



There is no .text.init sections.

Signed-off-by: default avatarNicolas Pitre <nico@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 24c66dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ ENTRY(cpu_cm7_proc_fin)
	ret	lr
ENDPROC(cpu_cm7_proc_fin)

	.section ".text.init", #alloc, #execinstr
	.section ".init.text", #alloc, #execinstr

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