diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 09:04:58 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 10:16:01 +0100 |
commit | f90c8022f448bc5e93090e4b714368e52e912f0f (patch) | |
tree | 28def8682e66fa04a34e2c32c55eb86a6bc12241 /cpu | |
parent | 8cb79b5f275f1888ccb278a2d2197140444a84b7 (diff) | |
download | u-boot-imx-f90c8022f448bc5e93090e4b714368e52e912f0f.zip u-boot-imx-f90c8022f448bc5e93090e4b714368e52e912f0f.tar.gz u-boot-imx-f90c8022f448bc5e93090e4b714368e52e912f0f.tar.bz2 |
ixp: move pci init in arm/board instead of cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ixp/cpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index 27872fb..fd545b5 100644 --- a/cpu/ixp/cpu.c +++ b/cpu/ixp/cpu.c @@ -86,9 +86,6 @@ int cpu_init (void) FIQ_STACK_START = IRQ_STACK_START - CONFIG_STACKSIZE_IRQ; #endif -#if defined(CONFIG_CMD_PCI) || defined (CONFIG_PCI) - pci_init(); -#endif return 0; } |