[U-Boot] [PATCH] mips: Report reloc information in bdinfo
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sun Apr 10 19:33:28 CEST 2016
Am 31.03.2016 um 13:51 schrieb tim.chick:
> Signed-off-by: tim.chick <tim.chick at 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>
More information about the U-Boot
mailing list