powerpc: remove OCP references
authorKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 05:48:37 +0000 (23:48 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 05:48:37 +0000 (23:48 -0600)
OCP isn't used in arch/powerpc and hopefully will never be.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig.debug
arch/powerpc/kernel/setup_32.c

index 9254806f70326502f203b13cdcb3f580d7ad9a7d..8d48e9e7162ad2aaacc454689f6c7d29da6871d1 100644 (file)
@@ -110,11 +110,6 @@ config SERIAL_TEXT_DEBUG
        depends on 4xx || LOPEC || MV64X60 || PPLUS || PRPMC800 || \
                PPC_GEN550 || PPC_MPC52xx
 
-config PPC_OCP
-       bool
-       depends on IBM_OCP || XILINX_OCP
-       default y
-
 choice
        prompt "Early debugging (dangerous)"
        bool
index e39f830317a88df9bfcb6bd88d760c2424c3399b..a2c89435abec3a2e335983dbfdb5823f17a452e1 100644 (file)
@@ -351,12 +351,6 @@ void __init setup_arch(char **cmdline_p)
        do_init_bootmem();
        if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab);
 
-#ifdef CONFIG_PPC_OCP
-       /* Initialize OCP device list */
-       ocp_early_init();
-       if ( ppc_md.progress ) ppc_md.progress("ocp: exit", 0x3eab);
-#endif
-
 #ifdef CONFIG_DUMMY_CONSOLE
        conswitchp = &dummy_con;
 #endif