From f9dc4d15e24902ddd9912a202d4920837b2a2fc7 Mon Sep 17 00:00:00 2001
From: Kenneth Johansson <kenneth@southpole.se>
Date: Wed, 11 Nov 2015 22:30:58 +0100
Subject: [PATCH] this only works on brcm mips, remove for now.

in board.c file.
---
 fs/proc/cmdline.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/fs/proc/cmdline.c b/fs/proc/cmdline.c
index f68cc57aa1..a721402229 100644
--- a/fs/proc/cmdline.c
+++ b/fs/proc/cmdline.c
@@ -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;
 }
 
-- 
GitLab