boot loader: Add 256 KB additional heap

packagefs is using quite a bit additional memory for the MIME DB
entries and with all files identified.
This commit is contained in:
Ingo Weinhold
2013-05-09 03:17:43 +02:00
parent 00090d290d
commit f132bdfe9f
+1 -1
View File
@@ -29,7 +29,7 @@
#include "smp.h"
#define HEAP_SIZE (1024 * 1024)
#define HEAP_SIZE ((1024 + 256) * 1024)
// GCC defined globals