summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 15:03:18 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 15:03:18 -0600
commit52694844ce1b7d2f8fbfc55c3fc48f7b3d36edd9 (patch)
tree3f3834997bfd0c31dcfeed9983d6309ef39d8186 /c
parentImprove comments on console select patch. (diff)
downloadrtems-52694844ce1b7d2f8fbfc55c3fc48f7b3d36edd9.tar.bz2
Improve comments on console select patch.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console_select.c13
1 files changed, 4 insertions, 9 deletions
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 <bsp.h>
@@ -151,7 +149,4 @@ void bsp_console_select(void)
);
Console_Port_Minor = bsp_First_Available_Device();
}
-
- if (opt != NULL)
- printk("cmdline==>%s<<==\n", opt);
}