diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
commit | 1398ddb2ebdb41e8efe6ba42505fd452704c8405 (patch) | |
tree | 1b11aa578c4f94840bfbac96e2e1ffd52c3f62f6 /arch/mips/mips-boards/generic/init.c | |
parent | 2157bc68711bf0e69f9aca4d310bd863298fbb3f (diff) |
[MIPS] SEAD: Remove support code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mips-boards/generic/init.c')
-rw-r--r-- | arch/mips/mips-boards/generic/init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/mips-boards/generic/init.c b/arch/mips/mips-boards/generic/init.c index bac23b5fbf3f..c0653021a171 100644 --- a/arch/mips/mips-boards/generic/init.c +++ b/arch/mips/mips-boards/generic/init.c | |||
@@ -252,9 +252,6 @@ void __init prom_init(void) | |||
252 | 252 | ||
253 | mips_display_message("LINUX"); | 253 | mips_display_message("LINUX"); |
254 | 254 | ||
255 | #ifdef CONFIG_MIPS_SEAD | ||
256 | set_io_port_base(KSEG1); | ||
257 | #else | ||
258 | /* | 255 | /* |
259 | * early setup of _pcictrl_bonito so that we can determine | 256 | * early setup of _pcictrl_bonito so that we can determine |
260 | * the system controller on a CORE_EMUL board | 257 | * the system controller on a CORE_EMUL board |
@@ -406,7 +403,6 @@ void __init prom_init(void) | |||
406 | mips_display_message("SC Error"); | 403 | mips_display_message("SC Error"); |
407 | while (1); /* We die here... */ | 404 | while (1); /* We die here... */ |
408 | } | 405 | } |
409 | #endif | ||
410 | board_nmi_handler_setup = mips_nmi_setup; | 406 | board_nmi_handler_setup = mips_nmi_setup; |
411 | board_ejtag_handler_setup = mips_ejtag_setup; | 407 | board_ejtag_handler_setup = mips_ejtag_setup; |
412 | 408 | ||