From f90c8022f448bc5e93090e4b714368e52e912f0f Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 31 Jan 2009 09:04:58 +0100 Subject: ixp: move pci init in arm/board instead of cpu Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/ixp/cpu.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpu/ixp/cpu.c') diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index 27872fb784..fd545b5a25 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; } -- cgit