]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64 :show_regs: show the address before relocation
authorPeng Fan <peng.fan@nxp.com>
Tue, 28 Nov 2017 02:08:08 +0000 (10:08 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 15:23:52 +0000 (10:23 -0500)
commit082693f4f02ad7a9de192e73feae34e28856b8e3
treeb57350014faf85dc88fb096a79928aa08b1d4617
parentc7be3e5a796a7b5c92035013d89e8182c7aab6bb
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>
arch/arm/lib/interrupts_64.c