We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1a58e commit eac5b13Copy full SHA for eac5b13
arch/riscv/kernel/setup.c
@@ -235,11 +235,6 @@ static void __init parse_dtb(void)
235
} else {
236
pr_err("No DTB passed to the kernel\n");
237
}
238
-
239
-#ifdef CONFIG_CMDLINE_FORCE
240
- strscpy(boot_command_line, CONFIG_CMDLINE, COMMAND_LINE_SIZE);
241
- pr_info("Forcing kernel command line to: %s\n", boot_command_line);
242
-#endif
243
244
245
#if defined(CONFIG_RISCV_COMBO_SPINLOCKS)
0 commit comments