Increase boot loader heap size

We need more for packagefs support.
This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:14 +02:00
parent 8f583b2771
commit 898396ef61
+2 -1
View File
@@ -28,7 +28,8 @@
#include "smp.h" #include "smp.h"
#define HEAP_SIZE (128 * 1024) #define HEAP_SIZE (512 * 1024)
// GCC defined globals // GCC defined globals
extern void (*__ctor_list)(void); extern void (*__ctor_list)(void);