diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-01-29 03:49:52 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:20 -0500 |
commit | c63d0cb5feedbc2cc456b6ea2105c15b563217cf (patch) | |
tree | 61cc7c1e120fdfe91abcfd22010a0b60a4eb4955 /arch/mips/alchemy/devboards/pb1200 | |
parent | 368bf8ef304f426be0a8a0be5b0e437747598c10 (diff) |
MIPS: Alchemy: Remove forced command line setting
It is not always used, even if it is available.
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/893/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/devboards/pb1200')
-rw-r--r-- | arch/mips/alchemy/devboards/pb1200/board_setup.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/alchemy/devboards/pb1200/board_setup.c b/arch/mips/alchemy/devboards/pb1200/board_setup.c index 2cf59e728247..3184063f8042 100644 --- a/arch/mips/alchemy/devboards/pb1200/board_setup.c +++ b/arch/mips/alchemy/devboards/pb1200/board_setup.c | |||
@@ -56,24 +56,10 @@ void board_reset(void) | |||
56 | 56 | ||
57 | void __init board_setup(void) | 57 | void __init board_setup(void) |
58 | { | 58 | { |
59 | char *argptr; | ||
60 | |||
61 | printk(KERN_INFO "AMD Alchemy Pb1200 Board\n"); | 59 | printk(KERN_INFO "AMD Alchemy Pb1200 Board\n"); |
62 | bcsr_init(PB1200_BCSR_PHYS_ADDR, | 60 | bcsr_init(PB1200_BCSR_PHYS_ADDR, |
63 | PB1200_BCSR_PHYS_ADDR + PB1200_BCSR_HEXLED_OFS); | 61 | PB1200_BCSR_PHYS_ADDR + PB1200_BCSR_HEXLED_OFS); |
64 | 62 | ||
65 | argptr = prom_getcmdline(); | ||
66 | #ifdef CONFIG_SERIAL_8250_CONSOLE | ||
67 | argptr = strstr(argptr, "console="); | ||
68 | if (argptr == NULL) { | ||
69 | argptr = prom_getcmdline(); | ||
70 | strcat(argptr, " console=ttyS0,115200"); | ||
71 | } | ||
72 | #endif | ||
73 | #ifdef CONFIG_FB_AU1200 | ||
74 | strcat(argptr, " video=au1200fb:panel:bs"); | ||
75 | #endif | ||
76 | |||
77 | #if 0 | 63 | #if 0 |
78 | { | 64 | { |
79 | u32 pin_func; | 65 | u32 pin_func; |