aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2010-11-03 02:22:50 -0400
committerGreg Ungerer <gerg@uclinux.org>2011-01-05 00:19:17 -0500
commit0762346034a3e94f9c3a5fe8d7c4bcaffbc1cd53 (patch)
tree66f11e949cb0e946b07e1f78900a87936f204b35 /arch/m68knommu
parentfb670fb8aa637d92aeb53407aae0decd71c1bdee (diff)
m68knommu: remove command line printing DEBUG
There is no need for the DEBUG based command line printing in here. The kernel will print out the command line in the banner later in the boot up. So remove it. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/kernel/setup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c
index 5c931f9d392c..16b2de7f5101 100644
--- a/arch/m68knommu/kernel/setup.c
+++ b/arch/m68knommu/kernel/setup.c
@@ -231,11 +231,6 @@ void __init setup_arch(char **cmdline_p)
231 memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE); 231 memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
232 boot_command_line[COMMAND_LINE_SIZE-1] = 0; 232 boot_command_line[COMMAND_LINE_SIZE-1] = 0;
233 233
234#ifdef DEBUG
235 if (strlen(*cmdline_p))
236 printk(KERN_DEBUG "Command line: '%s'\n", *cmdline_p);
237#endif
238
239#if defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE) 234#if defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE)
240 conswitchp = &dummy_con; 235 conswitchp = &dummy_con;
241#endif 236#endif