[PATCH 01/12] bsps: Remove unused console_select_simple.c

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 11 14:07:27 UTC 2018


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(-)
 delete mode 100644 c/src/lib/libbsp/shared/console_select_simple.c

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 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;
-}
-- 
2.12.3



More information about the devel mailing list