mbox series

[PULL] rpi patch queue 2018-06-03

Message ID 20180603134427.35379-1-agraf@suse.de
State New
Headers show
Series [PULL] rpi patch queue 2018-06-03 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-rpi-next

Message

Alexander Graf June 3, 2018, 1:44 p.m. UTC
Hi Tom,

This is my current patch queue for rpi.  Please pull.

Alex


The following changes since commit 040b2583c3a87c83606b3df64ea653ccaf3aea62:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-06-02 16:58:27 -0400)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-rpi-next

for you to fetch changes up to 722742598bb1402caa0c4a6139d7b30ad856a0f2:

  rpi: Fix fdt_high & initrd_high for 64-bit builds (2018-06-03 15:31:32 +0200)

----------------------------------------------------------------
Patch queue for rpi - 2018-06-03

This pull request only includes a single patch that was left
out in the last one: A fix to have the fdt stay at its original
location in RAM during boot.

----------------------------------------------------------------
Tuomas Tynkkynen (1):
      rpi: Fix fdt_high & initrd_high for 64-bit builds

 include/configs/rpi.h | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Comments

Tom Rini June 3, 2018, 10:04 p.m. UTC | #1
On Sun, Jun 03, 2018 at 03:44:27PM +0200, Alexander Graf wrote:

> Hi Tom,

> 

> This is my current patch queue for rpi.  Please pull.

> 

> Alex

> 

> 

> The following changes since commit 040b2583c3a87c83606b3df64ea653ccaf3aea62:

> 

>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-06-02 16:58:27 -0400)

> 

> are available in the git repository at:

> 

>   git://github.com/agraf/u-boot.git tags/signed-rpi-next

> 

> for you to fetch changes up to 722742598bb1402caa0c4a6139d7b30ad856a0f2:

> 

>   rpi: Fix fdt_high & initrd_high for 64-bit builds (2018-06-03 15:31:32 +0200)

> 


Applied to u-boot/master, thanks!

-- 
Tom