]> Git Repo - J-u-boot.git/commit
arm64 :show_regs: show the address before relocation
authorPeng Fan <[email protected]>
Tue, 28 Nov 2017 02:08:08 +0000 (10:08 +0800)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/lib/interrupts_64.c
This page took 0.036711 seconds and 4 git commands to generate.