mbox

[U-Boot] Pull request: u-boot-fdt

Message ID 50548886.1090900@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jerry Van Baren Sept. 15, 2012, 1:54 p.m. UTC
Dear Tom,

Please pull u-boot-fdt.  This contains the FDT null address bug fix from
Marek.

Thanks,
gvb

P.S. Tom - Resent because I sent to the list from the wrong email account.

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
09:17:27 +0200)

are available in the git repository at:


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

for you to fetch changes up to e02c9458748a59e5d80649deb5e40f96ed992bb5:

  fdt: Check if the FDT address is configured (2012-09-15 09:16:08 -0400)

----------------------------------------------------------------
Marek Vasut (1):
      fdt: Check if the FDT address is configured

 common/cmd_fdt.c |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

Tom Rini Sept. 18, 2012, 2:50 p.m. UTC | #1
On Sat, Sep 15, 2012 at 09:54:14AM -0400, Jerry Van Baren wrote:
> Dear Tom,
> 
> Please pull u-boot-fdt.  This contains the FDT null address bug fix from
> Marek.
> 
> Thanks,
> gvb
> 
> P.S. Tom - Resent because I sent to the list from the wrong email account.
> 
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
> 09:17:27 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-fdt.git master
> 
> for you to fetch changes up to e02c9458748a59e5d80649deb5e40f96ed992bb5:
> 
>   fdt: Check if the FDT address is configured (2012-09-15 09:16:08 -0400)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       fdt: Check if the FDT address is configured
> 
>  common/cmd_fdt.c |   13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!