Michal Simek c78fce699c FIS: repare incorrect return value with ramdisk handling
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>
2008-07-13 15:23:12 +02:00
..
2008-04-13 14:52:48 -07:00
2008-05-21 00:14:08 +02:00
2008-04-18 00:31:41 -07:00
2008-07-10 21:47:44 +02:00
2008-05-21 00:14:08 +02:00
2008-06-03 20:28:50 +02:00
2008-07-09 23:55:46 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-04-13 23:10:39 -07:00
2008-05-21 00:14:08 +02:00
2008-03-25 22:16:15 +01:00
2008-06-03 20:32:25 +02:00
2008-06-03 20:28:50 +02:00
2008-07-10 12:24:29 +02:00
2008-05-21 00:14:08 +02:00
2008-04-24 17:21:55 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-05-21 00:14:08 +02:00
2008-04-13 23:10:39 -07:00
2008-07-02 16:49:52 +02:00
2008-04-13 14:52:48 -07:00
2008-05-21 00:14:08 +02:00
2008-05-13 21:49:04 +02:00
2008-05-21 00:14:08 +02:00
2008-02-07 01:12:56 +01:00
2008-07-09 23:55:46 +02:00
2008-06-03 20:28:50 +02:00
2008-04-13 14:52:48 -07:00
2008-05-21 00:14:08 +02:00