diff options
author | Stefan Roese <sr@denx.de> | 2005-11-29 19:13:38 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-11-29 19:13:38 +0100 |
commit | a46726fdba86d02353529a98f26cd1384f991d40 (patch) | |
tree | 8ea1c0b8472041054048c510defba44007806f8a /cpu | |
parent | 6e7fb6eaa515e15c2b86451d7853c2611713e872 (diff) | |
download | u-boot-a46726fdba86d02353529a98f26cd1384f991d40.zip u-boot-a46726fdba86d02353529a98f26cd1384f991d40.tar.gz u-boot-a46726fdba86d02353529a98f26cd1384f991d40.tar.bz2 |
Compile warning fixed
Patch by Stefan Roese, 29 Nov 2005
Diffstat (limited to 'cpu')
-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 0b5883c..a463053 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -63,7 +63,7 @@ int pci_async_enabled(void) } #endif -#if defined(CONFIG_PCI) +#if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && !defined(CONFIG_405) int pci_arbiter_enabled(void) { #if defined(CONFIG_405GP) |