All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling
Date: Mon, 14 Jul 2008 08:37:49 +0200	[thread overview]
Message-ID: <487AF43D.2070507@seznam.cz> (raw)
In-Reply-To: <20080713132510.B5ED4240EE@gemini.denx.de>

Look good.

Thanks,
Michal Simek


> In message <1215769853-4217-2-git-send-email-monstr@seznam.cz> you wrote:
>> From: Michal Simek <monstr@monstr.eu>
>>
>> Microblaze and PowerPC use boot_get_ramdisk for loading
>> ramdisk to memory with checking return value.
>> Return 0 means success. Return 1 means failed.
>> Here is correspond part of code from bootm.c which check
>> return code.
>>
>> ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
>> 		&rd_data_start, &rd_data_end);
>> if (ret)
>> 	goto error;
>>
>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>> ---
>>  common/image.c |   16 ++++++++--------
>>  1 files changed, 8 insertions(+), 8 deletions(-)
> 
> As far as I can tell this is exactly the same patch as submitted
> earlier. I think this was just by mistake?
> 
> I committed the first one - please check.
> 
> Best regards,
> 
> Wolfgang Denk
> 

  reply	other threads:[~2008-07-14  6:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-11  9:50 [U-Boot-Users] hwmon: cleaning patch monstr at seznam.cz
2008-07-11  9:50 ` [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling monstr at seznam.cz
2008-07-11  9:50   ` [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices monstr at seznam.cz
2008-07-11 11:01     ` Stefan Roese
2008-07-11 11:06       ` Michal Simek
2008-07-11 11:13         ` Stefan Roese
2008-07-11 13:20     ` Stefan Roese
2008-07-13 13:26     ` Wolfgang Denk
2008-07-11 10:08   ` [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling Michal Simek
2008-07-13 13:25   ` Wolfgang Denk
2008-07-14  6:37     ` Michal Simek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-11  8:43 monstr at seznam.cz
2008-07-13 13:23 ` 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=487AF43D.2070507@seznam.cz \
    --to=monstr@seznam.cz \
    --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.