Remove the heap used with the new MicroBlaze demo. As heap_2.c is being used, the heap area set up in the linker script is not required.

This commit is contained in:
Richard Barry 2011-06-13 14:39:22 +00:00
parent 8d23799758
commit 1cb4a1494f

View file

@ -11,7 +11,7 @@
/*******************************************************************/ /*******************************************************************/
_STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x400; _STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x400;
_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x400; _HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x8;
/* Define Memories in the system */ /* Define Memories in the system */