All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Sieka <tur@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Uncompressed images loaded to their start address shall set load_end too
Date: Thu, 31 Jul 2008 16:05:46 +0200	[thread overview]
Message-ID: <4891C6BA.80109@semihalf.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0807311226420.4832@axis700.grange>

Guennadi Liakhovetski wrote:
> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
> ---
>  common/cmd_bootm.c |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
> index 4040a69..7ad04b9 100644
> --- a/common/cmd_bootm.c
> +++ b/common/cmd_bootm.c
> @@ -251,10 +251,9 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
>  
>  			memmove_wd ((void *)load_start,
>  				   (void *)os_data, os_len, CHUNKSZ);
> -
> -			load_end = load_start + os_len;
> -			puts("OK\n");
>  		}
> +		load_end = load_start + os_len;
> +		puts("OK\n");
>  		break;
>  	case IH_COMP_GZIP:
>  		printf ("   Uncompressing %s ... ", type_name);
> 

Acked-by: Bartlomiej Sieka <tur@semihalf.com>

Regards,
Bartlomiej

  reply	other threads:[~2008-07-31 14:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 10:35 [U-Boot-Users] [PATCH] Uncompressed images loaded to their start address shall set load_end too Guennadi Liakhovetski
2008-07-31 14:05 ` Bartlomiej Sieka [this message]
2008-07-31 15:41 ` Wolfgang Denk

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=4891C6BA.80109@semihalf.com \
    --to=tur@semihalf.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.