linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: bcm63xx fix copy CONFIG_CMDLINE twice
@ 2010-01-03  5:39 Yoichi Yuasa
  2010-01-11 10:08 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2010-01-03  5:39 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

builtin cmdline is copied by arch_mem_init()

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/bcm63xx/prom.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/mips/bcm63xx/prom.c b/arch/mips/bcm63xx/prom.c
index fb284fb..be252ef 100644
--- a/arch/mips/bcm63xx/prom.c
+++ b/arch/mips/bcm63xx/prom.c
@@ -40,9 +40,6 @@ void __init prom_init(void)
 	reg &= ~mask;
 	bcm_perf_writel(reg, PERF_CKCTL_REG);
 
-	/* assign command line from kernel config */
-	strcpy(arcs_cmdline, CONFIG_CMDLINE);
-
 	/* register gpiochip */
 	bcm63xx_gpio_init();
 
-- 
1.6.5.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: bcm63xx fix copy CONFIG_CMDLINE twice
  2010-01-03  5:39 [PATCH] MIPS: bcm63xx fix copy CONFIG_CMDLINE twice Yoichi Yuasa
@ 2010-01-11 10:08 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-01-11 10:08 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Sun, Jan 03, 2010 at 02:39:11PM +0900, Yoichi Yuasa wrote:

Thanks, applied!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-11 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03  5:39 [PATCH] MIPS: bcm63xx fix copy CONFIG_CMDLINE twice Yoichi Yuasa
2010-01-11 10:08 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).