mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 15:02:16 +01:00
mips: Report reloc information in bdinfo
Signed-off-by: Tim Chick <tim.chick@mediatek.com>
This commit is contained in:
parent
5c99045699
commit
8cf7a418bc
@ -341,6 +341,8 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||||||
print_eth(0);
|
print_eth(0);
|
||||||
printf("ip_addr = %s\n", getenv("ipaddr"));
|
printf("ip_addr = %s\n", getenv("ipaddr"));
|
||||||
printf("baudrate = %u bps\n", gd->baudrate);
|
printf("baudrate = %u bps\n", gd->baudrate);
|
||||||
|
print_num("relocaddr", gd->relocaddr);
|
||||||
|
print_num("reloc off", gd->reloc_off);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user