]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/arm/lib/interrupts.c
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:06 +0000 (12:59 +0200)
commit4bfc392e06ee735ff6b032b203c51d8fd1a7caa2
tree49c48fe7e40932b1bab5aa348eece7e794fa5ca9
parent94fd1fefd253dc355242c6b39e0fe25f5caf5be4
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