summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2011-05-16 15:12:31 +0000
committerTill Straumann <strauman@slac.stanford.edu>2011-05-16 15:12:31 +0000
commit64a3101718eefd41c35caf9f43629a9cf4c45d1c (patch)
treed4f35856b8a0b7a42931ea78ae846a0330a9fedd
parentPartial merger from CVS-HEAD. (diff)
downloadrtems-64a3101718eefd41c35caf9f43629a9cf4c45d1c.tar.bz2
2011-05-16 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h: define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/include/bsp.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
index ad98a69970..f914256629 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-16 Till Straumann <strauman@slac.stanford.edu>
+
+ * include/bsp.h: define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
+
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
diff --git a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
index 926f81ee5e..8cd0bfe3ab 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
@@ -63,6 +63,8 @@ BSP_getDiscoveryVersion(int assertion);
*/
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
+#define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
+
/*
* base address definitions for several devices
*/