mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
cmd/bdinfo: print relocation info on X86
For debugging U-Boot in qemu-x86 the relocation address is needed. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
2d1c661915
commit
ca92ad4f68
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||
|
||||
print_bi_dram(bd);
|
||||
|
||||
print_num("relocaddr", gd->relocaddr);
|
||||
print_num("reloc off", gd->reloc_off);
|
||||
#if defined(CONFIG_CMD_NET)
|
||||
print_eth_ip_addr();
|
||||
print_mhz("ethspeed", bd->bi_ethspeed);
|
||||
|
|
Loading…
Add table
Reference in a new issue