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>

authored by Nicolas Pitre and committed by Russell King 544457fa 24c66dfd

Changed files
+1 -1
arch
arm
+1 -1
arch/arm/mm/proc-v7m.S
··· 96 96 ret lr 97 97 ENDPROC(cpu_cm7_proc_fin) 98 98 99 - .section ".text.init", #alloc, #execinstr 99 + .section ".init.text", #alloc, #execinstr 100 100 101 101 __v7m_cm7_setup: 102 102 mov r8, #(V7M_SCB_CCR_DC | V7M_SCB_CCR_IC| V7M_SCB_CCR_BP)