All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mips: Report reloc information in bdinfo
Date: Sun, 10 Apr 2016 19:33:28 +0200	[thread overview]
Message-ID: <570A8E68.2040304@gmail.com> (raw)
In-Reply-To: <1459425080-7898-1-git-send-email-tim.chick@mediatek.com>



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>

      reply	other threads:[~2016-04-10 17:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 11:51 [U-Boot] [PATCH] mips: Report reloc information in bdinfo tim.chick
2016-04-10 17:33 ` Daniel Schwierzeck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=570A8E68.2040304@gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.