summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:29 +0000
commit11a6c974621241c2d556112fe62700b7dd355b5b (patch)
tree9a794ce5e1eae9bb0fd93e995922057b6748f8a5 /c/src/lib/libbsp/sh/gensh2/include/bsp.h
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-11a6c974621241c2d556112fe62700b7dd355b5b.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. After factoring this out, it turned out that all SuperH BSPs has the same bsp_start() implementation so this was made shared. * startup/bspstart.c: Removed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/include/bsp.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
index 0d42747e93..bf2239e9e6 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/bsp.h
@@ -76,11 +76,6 @@ extern "C" {
* Defined in the linker script 'linkcmds'
*/
-extern uint32_t HeapStart ;
-extern uint32_t HeapEnd ;
-extern uint32_t WorkSpaceStart ;
-extern uint32_t WorkSpaceEnd ;
-
extern void *CPU_Interrupt_stack_low ;
extern void *CPU_Interrupt_stack_high ;
@@ -89,20 +84,6 @@ extern void *CPU_Interrupt_stack_high ;
*/
/*
- * We redefine CONSOLE_DRIVER_TABLE_ENTRY to redirect /dev/console
- *
- * FIXME: Since console driver works properly this is not
- * necessary. When enabled - causes error in console_initialize.
- */
-#if 0
-#undef CONSOLE_DRIVER_TABLE_ENTRY
-#define CONSOLE_DRIVER_TABLE_ENTRY \
- BSP_CONSOLE_DRIVER_TABLE_ENTRY, \
- { console_initialize, console_open, console_close, \
- console_read, console_write, console_control }
-#endif
-
-/*
* NOTE: Use the standard Clock driver entry
*/