summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lm3s69xx/start/bspstarthook.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lm3s69xx/start/bspstarthook.c')
-rw-r--r--bsps/arm/lm3s69xx/start/bspstarthook.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/bsps/arm/lm3s69xx/start/bspstarthook.c b/bsps/arm/lm3s69xx/start/bspstarthook.c
index 0524577ea7..14cd554117 100644
--- a/bsps/arm/lm3s69xx/start/bspstarthook.c
+++ b/bsps/arm/lm3s69xx/start/bspstarthook.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 2011-2012 Sebastian Huber. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@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.
@@ -15,11 +9,6 @@
#include <bsp.h>
#include <bsp/start.h>
-void BSP_START_TEXT_SECTION bsp_start_hook_0(void)
-{
- /* Do nothing */
-}
-
void BSP_START_TEXT_SECTION bsp_start_hook_1(void)
{
bsp_start_copy_sections();