From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 14 Jul 2008 08:37:49 +0200 Subject: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling In-Reply-To: <20080713132510.B5ED4240EE@gemini.denx.de> References: <20080713132510.B5ED4240EE@gemini.denx.de> Message-ID: <487AF43D.2070507@seznam.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Look good. Thanks, Michal Simek > In message <1215769853-4217-2-git-send-email-monstr@seznam.cz> you wrote: >> From: Michal Simek >> >> 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 >> --- >> 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 >