summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
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 /c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
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
Diffstat (limited to 'c/src/lib/libbsp/powerpc/beatnik/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/include/bsp.h2
1 files changed, 2 insertions, 0 deletions
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
*/