From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC
Date: Fri, 06 Feb 2009 16:44:40 -0800 [thread overview]
Message-ID: <498CD978.6010309@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64ksi.0902061623220.14843@home-gw.koi8.net>
ksi at koi8.net wrote:
> 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;
> }
>
Nice catch. I'll apply it tonight.
regards,
Ben
next prev parent reply other threads:[~2009-02-07 0:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2009-02-10 19:38 ` Heiko Schocher
2009-02-11 21:23 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=498CD978.6010309@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox