public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC
@ 2009-02-07  0:27 ksi at koi8.net
  2009-02-07  0:44 ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: ksi at koi8.net @ 2009-02-07  0:27 UTC (permalink / raw)
  To: u-boot

This fixes MPC8260 compilation with ethernet on SCC. Probably was a
typo or something...

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
---
diff -purN u-boot.orig/cpu/mpc8260/cpu.c u-boot/cpu/mpc8260/cpu.c
--- u-boot.orig/cpu/mpc8260/cpu.c	2009-02-02 13:39:05.000000000 -0800
+++ u-boot/cpu/mpc8260/cpu.c	2009-02-06 15:29:28.000000000 -0800
@@ -327,7 +327,7 @@ int cpu_eth_init(bd_t *bis)
 	fec_initialize(bis);
 #endif
 #if defined(CONFIG_ETHER_ON_SCC)
-	mpc82xx_scc_enet_initialize(bd);
+	mpc82xx_scc_enet_initialize(bis);
 #endif
 	return 0;
 }


---
******************************************************************
*  KSI at home    KOI8 Net  < >  The impossible we do immediately.  *
*  Las Vegas   NV, USA   < >  Miracles require 24-hour notice.   *
******************************************************************

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

end of thread, other threads:[~2009-02-11 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07  0:27 [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC ksi at koi8.net
2009-02-07  0:44 ` Ben Warren
2009-02-10 19:38   ` Heiko Schocher
2009-02-11 21:23     ` Wolfgang Denk

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