Skip to content
Snippets Groups Projects
Commit f9dc4d15 authored by Kenneth Johansson's avatar Kenneth Johansson
Browse files

this only works on brcm mips, remove for now.

in board.c file.
parent 8306739a
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,12 @@
#include <linux/seq_file.h>
/* Command line args run-time added by Broadcom drivers */
extern char board_command_line[];
//extern char board_command_line[];
static int cmdline_proc_show(struct seq_file *m, void *v)
{
seq_printf(m, "%s %s\n", saved_command_line, board_command_line);
// seq_printf(m, "%s %s\n", saved_command_line, board_command_line);
seq_printf(m, "%s\n", saved_command_line);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment