summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:03:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:03:19 +0000
commit0ba477eab1018e085891711e941299fe24690a64 (patch)
treeaa9c78bfdb7164e7a68e27ce8fdadf286031dad9 /c/src/lib/libbsp/m68k/genmcf548x/include
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0ba477eab1018e085891711e941299fe24690a64.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c, startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
Diffstat (limited to 'c/src/lib/libbsp/m68k/genmcf548x/include')
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in b/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
index 65492dfa5e..6af0def974 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
+++ b/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
@@ -1,8 +1,16 @@
/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
+/* BSP uses shared logic in bootcard.c */
+#undef BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
+
/* Use a clock speed of 100000000 for the m5484FireEngine board */
#undef BSP_CPU_CLOCK_SPEED
+/* If defined, then PSIM will put a non-zero pattern into the RTEMS Workspace
+ and C program heap. This should assist in finding code that assumes memory
+ starts set to zero. */
+#undef BSP_DIRTY_MEMORY
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT