projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b5c81
)
MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE.
author
Yoichi Yuasa
<yuasa@linux-mips.org>
Sun, 3 Jan 2010 05:39:11 +0000
(14:39 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 12 Jan 2010 17:19:36 +0000
(18:19 +0100)
Builtin cmdline is copied by arch_mem_init().
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/812/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/prom.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/bcm63xx/prom.c
b/arch/mips/bcm63xx/prom.c
index fb284fbc5853514cedae63f2f9d639e8e2fb7dd0..be252efa0757960bba1ce7d17e2dedd9f19629d3 100644
(file)
--- 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();