openfirmware: we need a larger bootloader heap size

Currently about 366K are used. Round up to next power of two.

Change-Id: Id6713b4f4eebfbced310bbd75a16a5737228ae72
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3577
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2020-12-31 02:58:10 +00:00
committed by waddlesplash
parent 75c2a94a87
commit 964ce00391
@@ -23,7 +23,7 @@
#include "real_time_clock.h"
#define HEAP_SIZE 65536
#define HEAP_SIZE (512 * 1024)
// GCC defined globals