summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh4/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 18:01:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 18:01:50 +0000
commit6ce599cdf62258ce2eaf7a2a9c9c3407cf74cee3 (patch)
treedfe1a4bc2745cf2b2d58c381ce421fdd6caa1205 /c/src/lib/libbsp/sh/gensh4/include
parent2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6ce599cdf62258ce2eaf7a2a9c9c3407cf74cee3.tar.bz2
2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add START_HW_INIT-support macros, add console/Makefile. * Makefile.am: Add console SUBDIR. * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ. * include/Makefile.am: Add bspopts.h. * include/bsp.h: Comment out SH4_CPU_HZ_Frequency. * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency. * startup/linkcmds: Comment out OUTPUT_FORMAT for coff compatibility. * wrapup/Makefile.am: Add console to BSP_PIECES. * console/Makefile.am: New. * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh4/include')
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/Makefile.am2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/bsp.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh4/include/Makefile.am b/c/src/lib/libbsp/sh/gensh4/include/Makefile.am
index d54ee94993..a0f599c75d 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/include/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-include_HEADERS = bsp.h coverhd.h sdram.h
+include_HEADERS = bsp.h bspopts.h coverhd.h sdram.h
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
index 332cd11296..7633dbfeba 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
@@ -134,10 +134,12 @@ extern unsigned32 WorkSpaceEnd ;
extern void *CPU_Interrupt_stack_low ;
extern void *CPU_Interrupt_stack_high ;
+#if OBSOLETE
/*
* This variable is nesessary for console driver.
*/
extern rtems_unsigned32 SH4_CPU_HZ_Frequency;
+#endif
/*
* Defined in start.S