From 99648958668d3a33ee57974479b36201fe303f34 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Apr 2018 10:35:35 +0200 Subject: bsps: Move startup files to bsps Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c | 34 ----------------------- 1 file changed, 34 deletions(-) delete mode 100644 c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c (limited to 'c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c') diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c b/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c deleted file mode 100644 index fc9fce1d94..0000000000 --- a/c/src/lib/libbsp/mips/rbtx4925/startup/bspstart.c +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @file - * - * This routine starts the application. It includes application, - * board, and monitor specific initialization and configuration. - * The generic CPU dependent initialization has been performed - * before this routine is invoked. - */ - -/* - * COPYRIGHT (c) 1989-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.org/license/LICENSE. - */ - -#include -#include -#include - -void bsp_start( void ); - -/* - * bsp_start - * - * This routine does the bulk of the system initialization. - */ -void bsp_start( void ) -{ - bsp_interrupt_initialize(); -} - -- cgit v1.2.3