public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mips: Report reloc information in bdinfo
@ 2016-03-31 11:51 tim.chick
  2016-04-10 17:33 ` Daniel Schwierzeck
  0 siblings, 1 reply; 2+ messages in thread
From: tim.chick @ 2016-03-31 11:51 UTC (permalink / raw)
  To: u-boot

Signed-off-by: tim.chick <tim.chick@mediatek.com>
---

 cmd/bdinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
index 8eda68b..1c4bed9 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;
 }
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] mips: Report reloc information in bdinfo
  2016-03-31 11:51 [U-Boot] [PATCH] mips: Report reloc information in bdinfo tim.chick
@ 2016-04-10 17:33 ` Daniel Schwierzeck
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schwierzeck @ 2016-04-10 17:33 UTC (permalink / raw)
  To: u-boot



Am 31.03.2016 um 13:51 schrieb tim.chick:
> Signed-off-by: tim.chick <tim.chick@mediatek.com>
> ---
> 
>  cmd/bdinfo.c | 2 ++
>  1 file changed, 2 insertions(+)

applied to u-boot-mips/next, thanks.

> 
> diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
> index 8eda68b..1c4bed9 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;
>  }
> 

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160410/ba9d14c6/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-10 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 11:51 [U-Boot] [PATCH] mips: Report reloc information in bdinfo tim.chick
2016-04-10 17:33 ` Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox