summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/csb337/startup/umonsupp.c')
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/umonsupp.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c b/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
deleted file mode 100644
index d4bf731c5d..0000000000
--- a/c/src/lib/libbsp/arm/csb337/startup/umonsupp.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2009.
- * On-Line Applications Research Corporation (OAR).
- *
- * Modified by Fernando Nicodemos <fgnicodemos@terra.com.br>
- * from NCB - Sistemas Embarcados Ltda. (Brazil)
- *
- * 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 <bsp.h>
-#include <rtems/umon.h>
-
-/*
- * BSP specific routine to help when calling monConnect(). This
- * returns the value known to uMon as MONCOMPTR.
- */
-
-void *rtems_bsp_get_umon_monptr(void)
-{
- return (void *)0x10000020;
-}
-