From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sun, 10 Apr 2016 19:33:28 +0200 Subject: [U-Boot] [PATCH] mips: Report reloc information in bdinfo In-Reply-To: <1459425080-7898-1-git-send-email-tim.chick@mediatek.com> References: <1459425080-7898-1-git-send-email-tim.chick@mediatek.com> Message-ID: <570A8E68.2040304@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 31.03.2016 um 13:51 schrieb tim.chick: > Signed-off-by: tim.chick > --- > > 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: