Skip to content
Commit 1967228b authored by Kyle Edwards's avatar Kyle Edwards Committed by Daniel Schwierzeck
Browse files

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: default avatarKyle Edwards <kyleedwardsny@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 9828d050
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment