summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32f4/start
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32f4/start')
-rw-r--r--bsps/arm/stm32f4/start/bsp_specs0
-rw-r--r--bsps/arm/stm32f4/start/bspreset.c6
-rw-r--r--bsps/arm/stm32f4/start/bspstart.c6
-rw-r--r--bsps/arm/stm32f4/start/bspstarthook.c11
-rw-r--r--bsps/arm/stm32f4/start/io.c6
-rw-r--r--bsps/arm/stm32f4/start/rcc.c6
-rw-r--r--bsps/arm/stm32f4/start/start-config-io.c6
7 files changed, 0 insertions, 41 deletions
diff --git a/bsps/arm/stm32f4/start/bsp_specs b/bsps/arm/stm32f4/start/bsp_specs
deleted file mode 100644
index e69de29bb2..0000000000
--- a/bsps/arm/stm32f4/start/bsp_specs
+++ /dev/null
diff --git a/bsps/arm/stm32f4/start/bspreset.c b/bsps/arm/stm32f4/start/bspreset.c
index ff46d4f86b..15b3fe1a91 100644
--- a/bsps/arm/stm32f4/start/bspreset.c
+++ b/bsps/arm/stm32f4/start/bspreset.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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.
diff --git a/bsps/arm/stm32f4/start/bspstart.c b/bsps/arm/stm32f4/start/bspstart.c
index 8d4bf6b82b..0ec5ac27b5 100644
--- a/bsps/arm/stm32f4/start/bspstart.c
+++ b/bsps/arm/stm32f4/start/bspstart.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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.
diff --git a/bsps/arm/stm32f4/start/bspstarthook.c b/bsps/arm/stm32f4/start/bspstarthook.c
index 8e9295b853..21a9189f26 100644
--- a/bsps/arm/stm32f4/start/bspstarthook.c
+++ b/bsps/arm/stm32f4/start/bspstarthook.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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();
diff --git a/bsps/arm/stm32f4/start/io.c b/bsps/arm/stm32f4/start/io.c
index dcbdb70ff5..3ac2d26af6 100644
--- a/bsps/arm/stm32f4/start/io.c
+++ b/bsps/arm/stm32f4/start/io.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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.
diff --git a/bsps/arm/stm32f4/start/rcc.c b/bsps/arm/stm32f4/start/rcc.c
index ed0b2f1610..3c2a45565a 100644
--- a/bsps/arm/stm32f4/start/rcc.c
+++ b/bsps/arm/stm32f4/start/rcc.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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.
diff --git a/bsps/arm/stm32f4/start/start-config-io.c b/bsps/arm/stm32f4/start/start-config-io.c
index 712fd0705b..62b594e2ee 100644
--- a/bsps/arm/stm32f4/start/start-config-io.c
+++ b/bsps/arm/stm32f4/start/start-config-io.c
@@ -1,12 +1,6 @@
/*
* Copyright (c) 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.