From 95aa5e134e835f9d349b79f91986e0d69abf0346 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Sep 2008 19:53:35 +0000 Subject: 2008-09-23 Joel Sherrill * configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS. --- c/src/lib/libbsp/c4x/c4xsim/ChangeLog | 6 ++++++ c/src/lib/libbsp/c4x/c4xsim/configure.ac | 2 ++ 2 files changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/c4x') 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 + + * 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 * 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 -- cgit v1.2.3