From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC
Date: Thu, 30 Oct 2008 13:35:27 -0700 [thread overview]
Message-ID: <490A1A8F.2050100@gmail.com> (raw)
In-Reply-To: <2acbd3e40810301330s357193b5jeb9a4a601a4810f2@mail.gmail.com>
Andy Fleming wrote:
> On Thu, Oct 30, 2008 at 12:53 AM, Ben Warren <biggerbadderben@gmail.com> wrote:
>
>> This is no longer used by any boards, the last one was removed in
>> commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27.
>>
>> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
>>
>
> Um....8540ADS uses it. And the 8572 has one, even though we don't
> have any boards which expose it at this time. Unless I've missed
> something. If you look at drivers/net/tsec.c, you'll see it's used in
> the standard tsec init array.
>
> Andy
>
I see... check this out:
bwarren at bwarren-linux:~/src/u-boot$ grep -R MPC85xx_FEC *
cpu/mpc85xx/cpu.c:#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85xx_FEC)
bwarren at bwarren-linux:~/src/u-boot$ grep -R MPC85XX_FEC *
drivers/net/tsec.c:#ifdef CONFIG_MPC85XX_FEC
drivers/net/tsec.c: .devname = CONFIG_MPC85XX_FEC_NAME,
include/configs/MPC8540EVAL.h:#define CONFIG_MPC85XX_FEC 1
include/configs/MPC8540EVAL.h:#define CONFIG_MPC85XX_FEC_NAME "FE
C"
include/configs/sbc8548.h:#undef CONFIG_MPC85XX_FEC
include/configs/ATUM8548.h:#undef CONFIG_MPC85XX_FEC
include/configs/PM854.h:#define CONFIG_MPC85XX_FEC 1
include/configs/PM854.h:#define CONFIG_MPC85XX_FEC_NAME "FEC"
include/configs/MPC8540ADS.h:#define CONFIG_MPC85XX_FEC 1
include/configs/MPC8540ADS.h:#define CONFIG_MPC85XX_FEC_NAME "FEC"
include/configs/TQM85xx.h:#define CONFIG_MPC85XX_FEC 1
include/configs/TQM85xx.h:#define CONFIG_MPC85XX_FEC_NAME "FEC"
include/configs/MPC8548CDS.h:#undef CONFIG_MPC85XX_FEC
include/configs/socrates.h:#undef CONFIG_MPC85XX_FEC
prev parent reply other threads:[~2008-10-30 20:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 5:53 [U-Boot] [PATCH] net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init Ben Warren
2008-10-30 5:53 ` [U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC Ben Warren
2008-10-30 5:53 ` [U-Boot] [PATCH] Moved initialization of FCC Ethernet controller to cpu_eth_init Ben Warren
2008-10-30 5:53 ` [U-Boot] [PATCH] Moved initialization of QE Ethernet controller to cpu_eth_init() Ben Warren
2008-10-30 5:53 ` [U-Boot] [PATCH] Moved initialization of MPC8220 FEC " Ben Warren
2008-10-30 5:53 ` [U-Boot] [PATCH] Moved initialization of MPC8XX SCC " Ben Warren
2008-10-30 20:30 ` [U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC Andy Fleming
2008-10-30 20:33 ` Andy Fleming
2008-10-30 20:35 ` Ben Warren [this message]
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=490A1A8F.2050100@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.