mbox

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

Message ID CAPnjgZ0CMuDr+6uadzXH5LBx6wj3_2189LcF1VS9K6WEX05uNg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Jan. 14, 2017, 5:14 p.m. UTC
Hi Tom,

Just a few fixes.

The following changes since commit 70c1e0474a9df2c4493b4e2330cc41d3132b4e90:

  Merge git://git.denx.de/u-boot-rockchip (2017-01-12 21:20:51 -0500)

are available in the git repository at:

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

for you to fetch changes up to b05bf6c75d03c925737e228472b694cbeaa503c2:

  cmd/fdt: Make fdt get value endian-safe for single-cell properties
(2017-01-14 10:09:46 -0700)

----------------------------------------------------------------
Andreas Färber (1):
      cmd/fdt: Make fdt get value endian-safe for single-cell properties

David Gibson (1):
      libfdt: Correct fdt handling of overlays without fixups and base
trees without symbols

Stefan Agner (1):
      cmd: fdt: Print error message when fdt application fails

 cmd/fdt.c                | 10 +++++++---
 lib/libfdt/fdt_overlay.c |  7 ++++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

Regards,
Simon

Comments

Tom Rini Jan. 14, 2017, 8:57 p.m. UTC | #1
On Sat, Jan 14, 2017 at 10:14:44AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Just a few fixes.
> 
> The following changes since commit 70c1e0474a9df2c4493b4e2330cc41d3132b4e90:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2017-01-12 21:20:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to b05bf6c75d03c925737e228472b694cbeaa503c2:
> 
>   cmd/fdt: Make fdt get value endian-safe for single-cell properties
> (2017-01-14 10:09:46 -0700)
> 

Applied to u-boot/master, thanks!