From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
u-boot@lists.denx.de
Cc: linux-amarula@amarulasolutions.com,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Eddie James <eajames@linux.ibm.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 1/2] bootm: adjust the print format
Date: Mon, 26 Aug 2024 08:34:52 +0200 [thread overview]
Message-ID: <87ed6bdc6r.fsf@baylibre.com> (raw)
In-Reply-To: <20240825122617.3708982-1-dario.binacchi@amarulasolutions.com>
Hi Dario,
Thank you for the patch.
On dim., août 25, 2024 at 14:26, Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> All three addresses printed are in hexadecimal format, but only the
> first two have the "0x" prefix. The patch aligns the format of the
> "end" address with the other two by adding the "0x" prefix.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>
> boot/bootm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/bootm.c b/boot/bootm.c
> index 480f8e6a0e6e..951e549f19ff 100644
> --- a/boot/bootm.c
> +++ b/boot/bootm.c
> @@ -703,7 +703,7 @@ static int bootm_load_os(struct bootm_headers *images, int boot_progress)
>
> /* Handle BOOTM_STATE_LOADOS */
> if (relocated_addr != load) {
> - printf("Moving Image from 0x%lx to 0x%lx, end=%lx\n",
> + printf("Moving Image from 0x%lx to 0x%lx, end=0x%lx\n",
> load, relocated_addr,
> relocated_addr + image_size);
> memmove((void *)relocated_addr, load_buf, image_size);
> --
> 2.43.0
next prev parent reply other threads:[~2024-08-26 6:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-25 12:26 [PATCH 1/2] bootm: adjust the print format Dario Binacchi
2024-08-25 12:26 ` [PATCH 2/2] cmd: booti: " Dario Binacchi
2024-08-29 14:05 ` Simon Glass
2024-08-29 14:25 ` Dario Binacchi
2024-08-29 15:00 ` Simon Glass
2024-08-29 15:03 ` Tom Rini
2024-08-30 0:58 ` Simon Glass
2024-08-25 18:36 ` [PATCH 1/2] bootm: " E Shattow
2024-08-26 13:26 ` Caleb Connolly
2024-08-26 15:01 ` Tom Rini
2024-09-26 16:56 ` Dario Binacchi
2024-08-26 17:49 ` Simon Glass
2024-08-26 6:34 ` Mattijs Korpershoek [this message]
2024-10-03 2:52 ` Tom Rini
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=87ed6bdc6r.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=eajames@linux.ibm.com \
--cc=ilias.apalodimas@linaro.org \
--cc=linux-amarula@amarulasolutions.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.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.