We need more heap space to properly load newer powerpc kernels.

PR: 225323
This commit is contained in:
Warner Losh 2018-02-02 19:42:02 +00:00
parent 3169840599
commit e240d1cfeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328806

View File

@ -42,7 +42,7 @@ u_int32_t acells, scells;
static char bootargs[128];
#define HEAP_SIZE 0x100000
#define HEAP_SIZE 0x800000
#define OF_puts(fd, text) OF_write(fd, text, strlen(text))