summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 19:53:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 19:53:35 +0000
commit95aa5e134e835f9d349b79f91986e0d69abf0346 (patch)
tree23a3986d0158e6bfb2a2dd93e79d6db01721b4b1 /c/src/lib/libbsp/c4x
parent2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-95aa5e134e835f9d349b79f91986e0d69abf0346.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
Diffstat (limited to 'c/src/lib/libbsp/c4x')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog6
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/configure.ac2
2 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index 5f43cffe6a..41f8a7bbb4 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac: Make letting boot_card() handle work area allocation
+ mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
+ BSP_BOOTCARD_OPTIONS.
+
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, console/debugio.c: Split out bspstart contents. Use
diff --git a/c/src/lib/libbsp/c4x/c4xsim/configure.ac b/c/src/lib/libbsp/c4x/c4xsim/configure.ac
index 7436c97ddd..04114d8d31 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/configure.ac
+++ b/c/src/lib/libbsp/c4x/c4xsim/configure.ac
@@ -17,6 +17,8 @@ RTEMS_PROG_CCAS
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
+BSP_BOOTCARD_OPTIONS
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT