Commit ca92ad4f6899cf37e69661f91dd49711b2ec09c7

Authored by Heinrich Schuchardt
Committed by Bin Meng
1 parent 2d1c661915

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -377,6 +377,8 @@
377 377  
378 378 print_bi_dram(bd);
379 379  
  380 + print_num("relocaddr", gd->relocaddr);
  381 + print_num("reloc off", gd->reloc_off);
380 382 #if defined(CONFIG_CMD_NET)
381 383 print_eth_ip_addr();
382 384 print_mhz("ethspeed", bd->bi_ethspeed);