summaryrefslogtreecommitdiff
path: root/include/configs/CCM.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-16 22:03:08 -0500
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:31 -0500
commit81e60235bd207bcd2856b0dfae9138a62ebae794 (patch)
tree5f2c6dd7e0a19a14c1298c1f0914f877b0d217e6 /include/configs/CCM.h
parentb3ab9dfd497e19c0f92f21a420d323a978e5f863 (diff)
ppc: Clean up calling of phy_reset() during init
Remove board-specific #ifdefs for calling phy_reset() during initializtion Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/CCM.h')
-rw-r--r--include/configs/CCM.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/CCM.h b/include/configs/CCM.h
index 8a944207d7..3f4a2c103e 100644
--- a/include/configs/CCM.h
+++ b/include/configs/CCM.h
@@ -38,6 +38,7 @@
#define CONFIG_MPC860 1 /* This is a MPC860 CPU ... */
#define CONFIG_CCM 1 /* on a Card Controller Module */
#define CONFIG_MISC_INIT_R /* Call misc_init_r() */
+#define CONFIG_RESET_PHY_R 1 /* Call reset_phy() */
#define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
#undef CONFIG_8xx_CONS_SMC2