summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 14:48:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 14:48:00 +0000
commite5e9f1aede25fe319aa8c654845d20e04d8e771b (patch)
treec13471020fc49ec37361b9d5e0a6978f0477e784 /c
parent2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e5e9f1aede25fe319aa8c654845d20e04d8e771b.tar.bz2
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/aclocal/bsp-configure.m42
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 2c5b6978b3..c9861ed93c 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
+
2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* aclocal/check-networking.m4: Disable TCP/IP on targets without enough
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index b7ded666e8..75972e9e6b 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -34,4 +34,6 @@ echo "#endif /* __BSP_OPTIONS_H */" >>$tmp/config.h
RTEMS_PROJECT_ROOT
RTEMS_CHECK_MULTIPROCESSING
+
+ RTEMS_BSP_BOOTCARD_OPTIONS
])