diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:34:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:34:30 +0200 |
commit | 5db1dcce91e98915ef8a3377774f860ba601301c (patch) | |
tree | 2504c06e506d807248cbb192cc1611f9e07b6e9d /cpu/ppc4xx/cpu_init.c | |
parent | 116a0a544d13de12105ffb3cd8b19603db5def36 (diff) | |
parent | 632e9b671efb0a6c900499f7a49fe5b63292b5fc (diff) | |
download | u-boot-imx-5db1dcce91e98915ef8a3377774f860ba601301c.zip u-boot-imx-5db1dcce91e98915ef8a3377774f860ba601301c.tar.gz u-boot-imx-5db1dcce91e98915ef8a3377774f860ba601301c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
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 577d33f..bbd795d 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) |