diff options
author | Wolfgang Denk <wd@denx.de> | 2009-11-21 23:14:58 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-11-21 23:14:58 +0100 |
commit | 77b2517519904194a3eb247a3bb32cb09fac70d7 (patch) | |
tree | e8584f8c2f2b71bff62802ab0558f61b309ff800 /cpu/ppc4xx/cpu.c | |
parent | 1d2e96de56cc57e25a19bc40d297f36c4c4443a2 (diff) | |
parent | 14ce02c88116316a0285cc7d9c05f83367a5aae8 (diff) |
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index e1b00a74c7..73d4d06afc 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -81,7 +81,7 @@ static int pci_async_enabled(void) #if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && \ !defined(CONFIG_405) && !defined(CONFIG_405EX) -static int pci_arbiter_enabled(void) +int pci_arbiter_enabled(void) { #if defined(CONFIG_405GP) return (mfdcr(CPC0_PSR) & PSR_PCI_ARBIT_EN); |