[U-Boot] [PATCH] Remove last reference to CONFIG_MPC85xx_FEC

Ben Warren biggerbadderben at gmail.com
Thu Oct 30 06:53:03 CET 2008


This is no longer used by any boards, the last one was removed in
commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27.

Signed-off-by: Ben Warren <biggerbadderben at gmail.com>
---
 cpu/mpc85xx/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c
index b8f9125..0918fc6 100644
--- a/cpu/mpc85xx/cpu.c
+++ b/cpu/mpc85xx/cpu.c
@@ -379,7 +379,7 @@ void upmconfig (uint upm, uint * table, uint size)
  */
 int cpu_eth_init(bd_t *bis)
 {
-#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85xx_FEC)
+#if defined(CONFIG_TSEC_ENET)
 	tsec_standard_init(bis);
 #endif
 
-- 
1.5.4.3



More information about the U-Boot mailing list