[rtems commit] bsps: Remove unused console_select_simple.c

Sebastian Huber sebh at rtems.org
Thu Apr 12 05:17:04 UTC 2018


Module:    rtems
Branch:    master
Commit:    f0bcae383e2108c0c8521751d589c6ed7f1be468
Changeset: http://git.rtems.org/rtems/commit/?id=f0bcae383e2108c0c8521751d589c6ed7f1be468

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr  5 16:45:26 2018 +0200

bsps: Remove unused console_select_simple.c

This patch is a part of the BSP source reorganization.

Update #3285.

---

 c/src/lib/libbsp/shared/console_select_simple.c | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/c/src/lib/libbsp/shared/console_select_simple.c b/c/src/lib/libbsp/shared/console_select_simple.c
deleted file mode 100644
index f4dbedc..0000000
--- a/c/src/lib/libbsp/shared/console_select_simple.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2013 embedded brains GmbH.  All rights reserved.
- *
- *  embedded brains GmbH
- *  Dornierstr. 4
- *  82178 Puchheim
- *  Germany
- *  <info at embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#include <libchip/serial.h>
-
-#include <bsp.h>
-
-void bsp_console_select(void)
-{
-  Console_Port_Minor = BSP_CONSOLE_MINOR;
-}




More information about the vc mailing list