Commit 78af9062 authored by Kumar Gala's avatar Kumar Gala

powerpc: remove OCP references

OCP isn't used in arch/powerpc and hopefully will never be.
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 9cf8ca38
...@@ -110,11 +110,6 @@ config SERIAL_TEXT_DEBUG ...@@ -110,11 +110,6 @@ config SERIAL_TEXT_DEBUG
depends on 4xx || LOPEC || MV64X60 || PPLUS || PRPMC800 || \ depends on 4xx || LOPEC || MV64X60 || PPLUS || PRPMC800 || \
PPC_GEN550 || PPC_MPC52xx PPC_GEN550 || PPC_MPC52xx
config PPC_OCP
bool
depends on IBM_OCP || XILINX_OCP
default y
choice choice
prompt "Early debugging (dangerous)" prompt "Early debugging (dangerous)"
bool bool
......
...@@ -351,12 +351,6 @@ void __init setup_arch(char **cmdline_p) ...@@ -351,12 +351,6 @@ void __init setup_arch(char **cmdline_p)
do_init_bootmem(); do_init_bootmem();
if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab); 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 #ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con; conswitchp = &dummy_con;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment