commit | c3c9b338df5382e10f69395a45295c0b1a20ef32 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Nov 28 10:08:08 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 04 10:23:52 2017 -0500 |
tree | b57350014faf85dc88fb096a79928aa08b1d4617 | |
parent | 8b24569cb7b8df5ffb774dddc8878298b76d570d [diff] |
arm64 :show_regs: show the address before relocation After relocation, when error happends, it is hard to track ELR and LR with asm file objdumped from elf file. So subtract the gd->reloc_off the reflect the compliation address. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>