[U-Boot-Users] IDE Little Endian patch

Wolfgang Denk wd at denx.de
Sun Mar 14 01:59:38 CET 2004


In message <Pine.LNX.4.44.0403032203130.14523-200000 at dallas.texasconnect.net> you wrote:
> 
> The attached patch fixes IDE problems for little endian systems.  The
> previous patch was rejected (a couple of months ago) and has been reworked
> as per Wolfgang's request.

This patch is obsoleted by Leon Kukovec's patch of 02 Mar 2004.


I noted:

--- common/cmd_ide.c.new	2004-03-02 10:43:48.000000000 -0800
+++ common/cmd_ide.c	2004-03-03 19:55:37.625017368 -0800
...
@@ -242,7 +244,7 @@ int do_ide (cmd_tbl_t *cmdtp, int flag, 
 			}
 		}
 		if (!ok) {
-			puts ("\nno IDE devices available\n");
+			puts ("\nno IDE devices with partitions available\n");
 			rcode ++;
 		}
 		return rcode;


I don't see _any_ relevance to little endian systems here.


Please do not send patches where the description and the modification
differ!!!

Please resubmit if you think this needs fixing.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Schshschshchsch.
	-- The Gorn, "Arena", stardate 3046.2




More information about the U-Boot mailing list