public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH] net/eth.c: bug-fix
@ 2010-02-12  4:08 Teh Kok How
  2010-02-12  5:53 ` Ben Warren
  2010-02-12  9:26 ` Teh Kok How
  0 siblings, 2 replies; 9+ messages in thread
From: Teh Kok How @ 2010-02-12  4:08 UTC (permalink / raw)
  To: u-boot

--- u-boot-2009.11.1.orig/net/eth.c     2010-01-25 16:35:12.000000000 +0800

+++ u-boot-2009.11.1/net/eth.c  2010-02-12 11:18:23.558229895 +0800

@@ -199,7 +199,7 @@

 #endif

        /* Try board-specific initialization first.  If it fails or isn't

         * present, try the cpu-specific initialization */

-       if (board_eth_init(bis) < 0)

+       if (board_eth_init(bis) <= 0)

                cpu_eth_init(bis);

 

 #if defined(CONFIG_DB64360) || defined(CONFIG_CPCI750)

 

 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-23 20:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12  4:08 [U-Boot] [PATCH] net/eth.c: bug-fix Teh Kok How
2010-02-12  5:53 ` Ben Warren
2010-02-12  6:57   ` Teh Kok How
2010-02-12 15:19     ` Ben Warren
2010-02-12  9:26 ` Teh Kok How
2010-03-21 20:38   ` Wolfgang Denk
2010-03-23 17:15     ` Ben Warren
2010-03-23 19:52       ` Wolfgang Denk
2010-03-23 20:23         ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox