From 2c79ab4962976af3a856a3f68a1ddcea0544d483 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sat, 5 Mar 2011 16:52:35 -0500 Subject: [PATCH] mc1322x: increase the heap to 4K --- cpu/mc1322x/mc1322x.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/mc1322x/mc1322x.lds b/cpu/mc1322x/mc1322x.lds index 2e6dddf75..95fcb2665 100644 --- a/cpu/mc1322x/mc1322x.lds +++ b/cpu/mc1322x/mc1322x.lds @@ -18,7 +18,7 @@ FIQ_STACK_SIZE = 256; SVC_STACK_SIZE = 256; ABT_STACK_SIZE = 16; UND_STACK_SIZE = 16; -HEAP_SIZE = 2048; +HEAP_SIZE = 4096; /* Read-only sections, merged into text segment: */ PROVIDE (__executable_start = 0x00400000); . = 0x00400000;