
13 Jul
2008
13 Jul
'08
3:25 p.m.
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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Even if you aren't in doubt, consider the mental welfare of the per-
son who has to maintain the code after you, and who will probably put
parens in the wrong place. - Larry Wall in the perl man page