aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/mtx-1
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/mtx-1')
-rw-r--r--arch/mips/alchemy/mtx-1/board_setup.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/alchemy/mtx-1/board_setup.c b/arch/mips/alchemy/mtx-1/board_setup.c
index e2838c6185d3..a9f0336e1f1f 100644
--- a/arch/mips/alchemy/mtx-1/board_setup.c
+++ b/arch/mips/alchemy/mtx-1/board_setup.c
@@ -67,16 +67,6 @@ static void mtx1_power_off(void)
67 67
68void __init board_setup(void) 68void __init board_setup(void)
69{ 69{
70#ifdef CONFIG_SERIAL_8250_CONSOLE
71 char *argptr;
72 argptr = prom_getcmdline();
73 argptr = strstr(argptr, "console=");
74 if (argptr == NULL) {
75 argptr = prom_getcmdline();
76 strcat(argptr, " console=ttyS0,115200");
77 }
78#endif
79
80 alchemy_gpio2_enable(); 70 alchemy_gpio2_enable();
81 71
82#if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) 72#if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)