summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-05 16:45:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-12 07:09:10 +0200
commitf0bcae383e2108c0c8521751d589c6ed7f1be468 (patch)
treebd59697d932088dd5e1e4e8219f20602f722d2dc
parentNFS: Remove support for cexp (diff)
downloadrtems-f0bcae383e2108c0c8521751d589c6ed7f1be468.tar.bz2
bsps: Remove unused console_select_simple.c
This patch is a part of the BSP source reorganization. Update #3285.
-rw-r--r--c/src/lib/libbsp/shared/console_select_simple.c22
1 files changed, 0 insertions, 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 f4dbedc3aa..0000000000
--- 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@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;
-}