diff options
author | wdenk <wdenk> | 2005-05-16 15:23:22 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-16 15:23:22 +0000 |
commit | 7680c140af9cac62c834f30d2d3c1479723ced69 (patch) | |
tree | 5f315fe7db8e19fabd9034f6f8e44a0ba440b207 /cpu/mpc8220/fec.c | |
parent | c01766307c1140955b71a9a842d742ee6478bd24 (diff) | |
download | u-boot-imx-7680c140af9cac62c834f30d2d3c1479723ced69.zip u-boot-imx-7680c140af9cac62c834f30d2d3c1479723ced69.tar.gz u-boot-imx-7680c140af9cac62c834f30d2d3c1479723ced69.tar.bz2 |
Add PCI support for Sorcery board.
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
Diffstat (limited to 'cpu/mpc8220/fec.c')
-rw-r--r-- | cpu/mpc8220/fec.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpu/mpc8220/fec.c b/cpu/mpc8220/fec.c index 96228e5..5746823 100644 --- a/cpu/mpc8220/fec.c +++ b/cpu/mpc8220/fec.c @@ -15,11 +15,10 @@ #include "fec.h" #define DEBUG 0 -/*tbd - rtm */ -/*#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_NET_MULTI) && \ - defined(CONFIG_MPC8220_FEC)*/ +#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_NET_MULTI) && \ + defined(CONFIG_MPC8220_FEC) -#if (CONFIG_COMMANDS & CFG_CMD_NET) +/*#if (CONFIG_COMMANDS & CFG_CMD_NET)*/ #if (DEBUG & 0x60) static void tfifo_print (mpc8220_fec_priv * fec); |