Skip to content

Commit

Permalink
MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE.
Browse files Browse the repository at this point in the history
Builtin cmdline is copied by arch_mem_init().

Signed-off-by: Yoichi Yuasa <[email protected]>
Cc: [email protected]
Patchwork: http://patchwork.linux-mips.org/patch/812/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Yoichi Yuasa authored and ralfbaechle committed Jan 12, 2010
1 parent 70b5c81 commit 0622870
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/bcm63xx/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0622870

Please sign in to comment.