All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix several bugs in qemu-mips configuration
@ 2017-04-11 23:06 Kyle Edwards
  2017-04-11 23:06 ` [U-Boot] [PATCH 1/2] mips: qemu-mips: Remove obsolete CONFIG_SYS_MONITOR_LEN from config Kyle Edwards
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kyle Edwards @ 2017-04-11 23:06 UTC (permalink / raw)
  To: u-boot

I recently played around with the qemu-mips configuration, and
encountered several issues. Saving the environment to flash overwrites
the U-Boot code, and the malloc pool isn't big enough for
initr_malloc_bootparams(). This patchset fixes these issues.

Kyle Edwards (2):
  mips: qemu-mips: Remove obsolete CONFIG_SYS_MONITOR_LEN from config
  mips: qemu-mips: Expand malloc pool to fit CONFIG_SYS_BOOTPARAMS_LEN

 include/configs/qemu-mips.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-12  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 23:06 [U-Boot] [PATCH 0/2] Fix several bugs in qemu-mips configuration Kyle Edwards
2017-04-11 23:06 ` [U-Boot] [PATCH 1/2] mips: qemu-mips: Remove obsolete CONFIG_SYS_MONITOR_LEN from config Kyle Edwards
2017-04-11 23:06 ` [U-Boot] [PATCH 2/2] mips: qemu-mips: Expand malloc pool to fit CONFIG_SYS_BOOTPARAMS_LEN Kyle Edwards
2017-04-12  9:56 ` [U-Boot] [PATCH 0/2] Fix several bugs in qemu-mips configuration Daniel Schwierzeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.