diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:34:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:34:33 +0200 |
commit | 17f098bd4adb4bfa184db794f36b0b9c5a8577dc (patch) | |
tree | c49221ca855bbe3d1bf4f7af094cb12a4dff414e /cpu/ppc4xx/cpu_init.c | |
parent | 70ad83376d86ede02fee840817986486ba6dfc68 (diff) | |
parent | 5db1dcce91e98915ef8a3377774f860ba601301c (diff) |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
-rw-r--r-- | cpu/ppc4xx/cpu_init.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 577d33fead..bbd795de2a 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -174,11 +174,6 @@ cpu_init_f (void) * Set EMAC noise filter bits */ 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 */ #if defined(CONFIG_SYS_4xx_GPIO_TABLE) |