From 0b93d4f843caa9228ae0a89a1692bf99a2a82f9a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 Apr 2018 06:19:17 +0200 Subject: bsps: Move bspstart.c to bsps This patch is a part of the BSP source reorganization. Update #3285. --- bsps/shared/start/bspstart-empty.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bsps/shared/start/bspstart-empty.c (limited to 'bsps/shared/start') diff --git a/bsps/shared/start/bspstart-empty.c b/bsps/shared/start/bspstart-empty.c new file mode 100644 index 0000000000..2bc1526bfc --- /dev/null +++ b/bsps/shared/start/bspstart-empty.c @@ -0,0 +1,20 @@ +/* + * COPYRIGHT (c) 1989-2008. + * 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.org/license/LICENSE. + */ + +#include +#include + +/* + * This routine would usually do the bulk of the system initialization. + * But if a BSP doesn't need to do anything, it can use this version. + */ + +void bsp_start( void ) +{ +} -- cgit v1.2.3