commit | 23d184d2fbc805bdd9fb41f2370cdce04a7894af | [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 | 1b1069cdce58e0e682b7fef80365c48341eced2d [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>