Afzal Mohammed b55fa18817 ARM: 7137/1: Fix error upon adding LL debug
Upon adding new board LL debug support, if the resultant code
addition would not cause PC relative offset of "hexbuf" from
"adr r2, hexbuf" (+2) instruction to be representable in a
shifted 8-bit value (hence indirectly putting higher aligment
requirement on larger offsets), following error occurs,

arch/arm/kernel/debug.S: Assembler messages:
arch/arm/kernel/debug.S:138: Error: invalid constant (428) after fixup

Fix it by bringing "hexbuf" closer so that "adr"
can have the offset.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-10-20 22:03:57 +01:00
..
2011-03-29 14:47:58 +02:00
2010-10-29 13:14:40 -05:00
2011-07-13 17:32:48 +00:00
2011-08-04 08:24:29 +01:00
2010-12-20 23:07:36 +08:00
2011-07-26 16:49:47 -07:00
2011-01-15 09:27:04 +00:00
2011-10-17 09:13:41 +01:00