summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorTim Chick <tim.chick@mediatek.com>2016-03-31 12:51:20 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:36:23 +0200
commit8cf7a418bcff0492285d7dd2687bd42aaa377e5d (patch)
tree8723dbec3e94276aef2fc06feeba059ae6e55736 /cmd
parent5c990456999c5672b8e626f945b0e8e17162e02f (diff)
downloadtalos-obmc-uboot-8cf7a418bcff0492285d7dd2687bd42aaa377e5d.tar.gz
talos-obmc-uboot-8cf7a418bcff0492285d7dd2687bd42aaa377e5d.zip
mips: Report reloc information in bdinfo
Signed-off-by: Tim Chick <tim.chick@mediatek.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bdinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
index 8eda68b4f9..1c4bed96b5 100644
--- 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;
}
OpenPOWER on IntegriCloud