Home
last modified time | relevance | path

Searched hist:e11d1314d83ec7f562fa01df29878d0b1138cf00 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Ddebug.Sdiff e11d1314d83ec7f562fa01df29878d0b1138cf00 Fri Oct 06 13:36:58 CDT 2017 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: 8703/1: debug.S: move hexbuf to a writable section

This was located in .text which is meant to be read-only. And in the XIP
case this shortcut simply doesn't work and may trigger a Flash controller
mode switch and crash the kernel. Move it to the .bss area.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>