summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
deleted file mode 100644
index d32b76338b..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/mpc83xx_regs.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/*===============================================================*\
-| Project: RTEMS generic MPC83xx BSP |
-+-----------------------------------------------------------------+
-| Partially based on the code references which are named below. |
-| Adaptions, modifications, enhancements and any recent parts of |
-| the code are: |
-| Copyright (c) 2005 |
-| Embedded Brains GmbH |
-| Obere Lagerstr. 30 |
-| D-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.com/license/LICENSE. |
-| |
-+-----------------------------------------------------------------+
-| this file places the mpc83xx registers into a special section |
-\*===============================================================*/
-
-
-#include <mpc83xx/mpc83xx.h>
-
-/*
- * this uninitialized variable will be overlayed to the hardware
- * registers in the linker command file
- */
-m83xxRegisters_t mpc83xx;