From 52694844ce1b7d2f8fbfc55c3fc48f7b3d36edd9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Feb 2012 15:03:18 -0600 Subject: Improve comments on console select patch. --- c/src/lib/libbsp/i386/pc386/console/console_select.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/console') diff --git a/c/src/lib/libbsp/i386/pc386/console/console_select.c b/c/src/lib/libbsp/i386/pc386/console/console_select.c index e1703f7249..0e45ed3d50 100644 --- a/c/src/lib/libbsp/i386/pc386/console/console_select.c +++ b/c/src/lib/libbsp/i386/pc386/console/console_select.c @@ -4,20 +4,18 @@ * @ingroup Console * * @brief Generic libchip console select + * + * This file contains a routine to select the console based upon a number + * of criteria. */ /* - * This file contains a routine to select the - * console based upon a number of criteria. - * - * COPYRIGHT (c) 2011. + * COPYRIGHT (c) 2011-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id: console_select.c,v 1.1 2012/02/01 16:03:14 jennifer Exp $ */ #include @@ -151,7 +149,4 @@ void bsp_console_select(void) ); Console_Port_Minor = bsp_First_Available_Device(); } - - if (opt != NULL) - printk("cmdline==>%s<<==\n", opt); } -- cgit v1.2.3