riscv: cmd: bdinfo: Print the relocation address
Add printing of U-Boot relocation address. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
This commit is contained in:
parent
8cdc6b58d7
commit
058b77a9b8
@ -426,6 +426,8 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
|
||||
print_bi_boot_params(bd);
|
||||
print_bi_dram(bd);
|
||||
print_num("relocaddr", gd->relocaddr);
|
||||
print_num("reloc off", gd->reloc_off);
|
||||
print_eth_ip_addr();
|
||||
print_baudrate();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user