Skip to content
Snippets Groups Projects
Commit 8aadd2d0 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge ../custodians

parents 0ec59524 252f60b0
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,9 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
#if defined(CONFIG_CMD_NET)
int i;
#endif
bd_t *bd = gd->bd;
print_num ("mem start", (ulong)bd->bi_memstart);
......
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