commit | 4b15a5fbf3827dcc7d292775fac77771181b837d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 30 12:04:56 2015 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Feb 03 18:42:01 2015 +0100 |
tree | 909f5cf12824c443614c6ab28fef61a8f41a0417 | |
parent | 0ec7a2858d68b39ab87b94534afae2aaafcb10cf [diff] |
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>