projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c99045
)
mips: Report reloc information in bdinfo
author
Tim Chick
<tim.chick@mediatek.com>
Thu, 31 Mar 2016 11:51:20 +0000
(12:51 +0100)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:23 +0000
(
01:36
+0200)
Signed-off-by: Tim Chick <tim.chick@mediatek.com>
cmd/bdinfo.c
patch
|
blob
|
history
diff --git
a/cmd/bdinfo.c
b/cmd/bdinfo.c
index 8eda68b4f9972e1be0bb46f1c69f76be893402d6..1c4bed96b5b75fc753cfb89485202cb4fb19f22d 100644
(file)
--- a/
cmd/bdinfo.c
+++ b/
cmd/bdinfo.c
@@
-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;
}