commit | 27e5e134e4b72e6bad8c78ec1e2fd036092587e6 | [log] [tgz] |
---|---|---|
author | Kyle Edwards <kyleedwardsny@gmail.com> | Wed Apr 12 22:42:32 2017 -0400 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Apr 21 13:54:47 2017 +0200 |
tree | 8307f524c53cda43f13a9e799e6582c5efae3396 | |
parent | 07531c13716ed87193470f3a4e0e7a67d4ed143d [diff] |
mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN Before this patch, CONFIG_SYS_BOOTPARAMS_LEN was the same size as CONFIG_SYS_MALLOC_LEN. So, if malloc() had previously been called, and initr_malloc_bootparams() was called, it would fail with an out-of- memory error. This patch fixes this issue by expanding the malloc pool to 256KB. Signed-off-by: Kyle Edwards <kyleedwardsny@gmail.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>