arm: Show relocated PC/LR in the register dump
authorSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 19:04:56 +0000 (12:04 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 3 Feb 2015 17:42:01 +0000 (18:42 +0100)
commit23d184d2fbc805bdd9fb41f2370cdce04a7894af
tree909f5cf12824c443614c6ab28fef61a8f41a0417
parent1b1069cdce58e0e682b7fef80365c48341eced2d
arm: Show relocated PC/LR in the register dump

If we don't know the relocation address, the raw values are not very useful.
Show the pre-relocation values as well as these can be looked up in
System.map, etc.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/lib/interrupts.c