diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:58 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:58 -0500 |
commit | 81149be11327cbad006f82318f46e0b68a7b14ad (patch) | |
tree | 89f80708e00d05fddd3d8e303396aa84a3a18d2b /arch/mips/sibyte/cfe/setup.c | |
parent | c7c6b39050aed4af913c17970ebfb592bae757fc (diff) |
[MIPS] Remove CONFIG_SIBYTE_PT{1120,1125,SWARM}
According to Broadcom the PT systems are production test systems which
never reached customers so no need to keep the fragmentary support we
currently have.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/cfe/setup.c')
-rw-r--r-- | arch/mips/sibyte/cfe/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/sibyte/cfe/setup.c b/arch/mips/sibyte/cfe/setup.c index 50d7c05e15b8..33fce826f8bf 100644 --- a/arch/mips/sibyte/cfe/setup.c +++ b/arch/mips/sibyte/cfe/setup.c | |||
@@ -301,9 +301,6 @@ void __init prom_init(void) | |||
301 | * command line | 301 | * command line |
302 | */ | 302 | */ |
303 | strcpy(arcs_cmdline, "root=/dev/ram0 "); | 303 | strcpy(arcs_cmdline, "root=/dev/ram0 "); |
304 | #ifdef CONFIG_SIBYTE_PTSWARM | ||
305 | strcat(arcs_cmdline, "console=ttyS0,115200 "); | ||
306 | #endif | ||
307 | } else { | 304 | } else { |
308 | /* The loader should have set the command line */ | 305 | /* The loader should have set the command line */ |
309 | /* too early for panic to do any good */ | 306 | /* too early for panic to do any good */ |