Skip to content
Snippets Groups Projects
Commit 8cf7a418 authored by Tim Chick's avatar Tim Chick Committed by Daniel Schwierzeck
Browse files

mips: Report reloc information in bdinfo

parent 5c990456
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,8 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
print_eth(0);
printf("ip_addr = %s\n", getenv("ipaddr"));
printf("baudrate = %u bps\n", gd->baudrate);
print_num("relocaddr", gd->relocaddr);
print_num("reloc off", gd->reloc_off);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment