All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd: mem: Show 64bit addresses which are tested
@ 2016-02-24  7:36 Michal Simek
  2016-02-24 18:59 ` Simon Glass
  2016-02-25 15:27 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2016-02-24  7:36 UTC (permalink / raw)
  To: u-boot

Fix print message to show full 64bit addresses.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 cmd/mem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/mem.c b/cmd/mem.c
index efa39296ef7a..a690957d0ff9 100644
--- a/cmd/mem.c
+++ b/cmd/mem.c
@@ -1038,7 +1038,7 @@ static int do_mem_mtest(cmd_tbl_t *cmdtp, int flag, int argc,
 		return -1;
 	}
 
-	printf("Testing %08x ... %08x:\n", (uint)start, (uint)end);
+	printf("Testing %08lx ... %08lx:\n", start, end);
 	debug("%s:%d: start %#08lx end %#08lx\n", __func__, __LINE__,
 	      start, end);
 
-- 
1.9.1

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

* [U-Boot] [PATCH] cmd: mem: Show 64bit addresses which are tested
  2016-02-24  7:36 [U-Boot] [PATCH] cmd: mem: Show 64bit addresses which are tested Michal Simek
@ 2016-02-24 18:59 ` Simon Glass
  2016-02-25 15:27 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2016-02-24 18:59 UTC (permalink / raw)
  To: u-boot

On 24 February 2016 at 00:36, Michal Simek <michal.simek@xilinx.com> wrote:
> Fix print message to show full 64bit addresses.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  cmd/mem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] cmd: mem: Show 64bit addresses which are tested
  2016-02-24  7:36 [U-Boot] [PATCH] cmd: mem: Show 64bit addresses which are tested Michal Simek
  2016-02-24 18:59 ` Simon Glass
@ 2016-02-25 15:27 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-02-25 15:27 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 24, 2016 at 08:36:02AM +0100, Michal Simek wrote:

> Fix print message to show full 64bit addresses.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/cccd6702/attachment.sig>

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

end of thread, other threads:[~2016-02-25 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-24  7:36 [U-Boot] [PATCH] cmd: mem: Show 64bit addresses which are tested Michal Simek
2016-02-24 18:59 ` Simon Glass
2016-02-25 15:27 ` [U-Boot] " Tom Rini

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.