mbox

[U-Boot] Please pull u-boot-mips

Message ID af475a1a-47ce-ca9d-efcd-b82912b8ad45@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mips.git master

Message

Daniel Schwierzeck April 21, 2017, 3:02 p.m. UTC
Hi Tom,

please pull two bugfixes for qemu_mips, thanks.


The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:

  Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 1967228b028b5ddf0b0b41806e5bd10e49e836a6:

  mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN (2017-04-21 13:54:47 +0200)

----------------------------------------------------------------
Kyle Edwards (2):
      mips: qemu-mips/64: Remove obsolete CONFIG_SYS_MONITOR_LEN from config
      mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN

 include/configs/qemu-mips.h   | 5 ++---
 include/configs/qemu-mips64.h | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

Comments

Tom Rini April 25, 2017, 12:56 p.m. UTC | #1
On Fri, Apr 21, 2017 at 05:02:14PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two bugfixes for qemu_mips, thanks.
> 
> 
> The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:
> 
>   Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 1967228b028b5ddf0b0b41806e5bd10e49e836a6:
> 
>   mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN (2017-04-21 13:54:47 +0200)
> 

Applied to u-boot/master, thanks!