Increase boot loader heap size
We need more for packagefs support.
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
#include "smp.h"
|
||||
|
||||
|
||||
#define HEAP_SIZE (128 * 1024)
|
||||
#define HEAP_SIZE (512 * 1024)
|
||||
|
||||
|
||||
// GCC defined globals
|
||||
extern void (*__ctor_list)(void);
|
||||
|
||||
Reference in New Issue
Block a user