mbox

[U-Boot] Please pull u-boot-fdt.git (take 2)

Message ID CAPnjgZ3f=eRQV-UEtTmUa4kXbKBXFBPf-d5cAEOYSyS86wFQfQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-fdt.git

Message

Simon Glass Dec. 1, 2014, 3:26 p.m. UTC
Hi Tom,

I just pulled this down from patchwork again, adding two more
Tested-by: credits.

The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
(2014-11-26 11:23:26 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to ffccb84c1a8e276fa7263ec4ca8186f06312305c:

  fdt: Fix regression in fdt_pack_reg() (2014-12-01 08:23:32 -0700)

----------------------------------------------------------------
Hans de Goede (1):
      fdt: Fix regression in fdt_pack_reg()

Masahiro Yamada (1):
      fdt: remove fdtdec_get_alias_node() function

 common/fdt_support.c           | 12 ++++++------
 drivers/serial/serial-uclass.c |  2 +-
 include/fdtdec.h               | 11 -----------
 lib/fdtdec.c                   | 15 ---------------
 4 files changed, 7 insertions(+), 33 deletions(-)

Regards,
Simon

Comments

Tom Rini Dec. 2, 2014, 11:49 a.m. UTC | #1
On Mon, Dec 01, 2014 at 08:26:37AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> I just pulled this down from patchwork again, adding two more
> Tested-by: credits.
> 
> The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
> (2014-11-26 11:23:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to ffccb84c1a8e276fa7263ec4ca8186f06312305c:
> 
>   fdt: Fix regression in fdt_pack_reg() (2014-12-01 08:23:32 -0700)
> 

Applied to u-boot/master, thanks!