|
@@ -141,6 +141,11 @@ cpu_init_f (void)
|
|
* Set EMAC noise filter bits
|
|
* Set EMAC noise filter bits
|
|
*/
|
|
*/
|
|
mtdcr(cpc0_epctl, CPC0_EPRCSR_E0NFE | CPC0_EPRCSR_E1NFE);
|
|
mtdcr(cpc0_epctl, CPC0_EPRCSR_E0NFE | CPC0_EPRCSR_E1NFE);
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
+ * Enable the internal PCI arbiter
|
|
|
|
+ */
|
|
|
|
+ mtdcr(cpc0_pci, mfdcr(cpc0_pci) | CPC0_PCI_HOST_CFG_EN | CPC0_PCI_ARBIT_EN);
|
|
#endif /* CONFIG_405EP */
|
|
#endif /* CONFIG_405EP */
|
|
#endif /* CONFIG_405EP */
|
|
#endif /* CONFIG_405EP */
|
|
|
|
|