From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Edwards Date: Tue, 11 Apr 2017 19:06:27 -0400 Subject: [U-Boot] [PATCH 0/2] Fix several bugs in qemu-mips configuration Message-ID: <1491951989-15837-1-git-send-email-kyleedwardsny@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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