Changed the MicroBlaze demo back to using heap_3.c having updated the linker script generation.

This commit is contained in:
Richard Barry 2011-08-24 12:38:38 +00:00
parent 08d7c89175
commit 39f8526265
3 changed files with 30 additions and 22 deletions

View file

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