mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Stefan Lengfeld <contact@stefanchrist.eu>
To: barebox@lists.infradead.org
Subject: [PATCH 2/5] imx-usb-loader: add prefix '0x' for hex value
Date: Mon, 15 May 2017 19:14:19 +0200	[thread overview]
Message-ID: <20170515171422.1648-2-contact@stefanchrist.eu> (raw)
In-Reply-To: <20170515171422.1648-1-contact@stefanchrist.eu>

Signed-off-by: Stefan Lengfeld <contact@stefanchrist.eu>
---
 scripts/imx/imx-usb-loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index 90ee3e0..1119e61 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -1404,7 +1404,7 @@ static int do_irom_download(struct usb_work *curr, int verify)
 		}
 	}
 
-	printf("loading binary file(%s) to %08x, skip=0x%x, fsize=%u type=%d...\n",
+	printf("loading binary file(%s) to 0x%08x, skip=0x%x, fsize=%u type=%d...\n",
 			curr->filename, dladdr, skip, fsize, type);
 
 	ret = load_file(image, fsize, dladdr, type);
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2017-05-15 17:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 17:14 [PATCH 1/5] images: clean *.imx-sram-img files Stefan Lengfeld
2017-05-15 17:14 ` Stefan Lengfeld [this message]
2017-05-15 17:14 ` [PATCH 3/5] docs: fix hiding of chapter from imx.rst Stefan Lengfeld
2017-05-15 17:14 ` [PATCH 4/5] docs: add file suffix rst for inclusion in sphinx documentation Stefan Lengfeld
2017-05-15 17:14 ` [PATCH 5/5] docs: render DIP switches as verbatim text Stefan Lengfeld
2017-05-17  6:52 ` [PATCH 1/5] images: clean *.imx-sram-img files Sascha Hauer

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=20170515171422.1648-2-contact@stefanchrist.eu \
    --to=contact@stefanchrist.eu \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox