mbox

[U-Boot,GIT,PULL] Please pull u-boot-rockchip/master

Message ID 56624979-5D23-4AD3-AD7E-90706B6BB853@theobroma-systems.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Philipp Tomsich Aug. 17, 2017, 8:19 a.m. UTC
Tom,

there's a (trivial) fix for some fallout from
	f94e643 (spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds) 
 (and one unrelated trivial DTS change) in u-boot-rockchip/master ready for you.
Please pull.

Regards,
Philipp.


The following changes since commit 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0:

  Merge git://git.denx.de/u-boot-tegra (2017-08-16 18:12:58 -0400)

are available in the git repository at:

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

for you to fetch changes up to b5c4d81b3507b3abb239ea8323515fce09dc378f:

  spl: fix Makefile for NOR, XIP and YMODEM (2017-08-17 10:15:24 +0200)

----------------------------------------------------------------
Kever Yang (1):
      rockchip: dts: rk3399-firefly: update gmac parameter

Philipp Tomsich (1):
      spl: fix Makefile for NOR, XIP and YMODEM

 arch/arm/dts/rk3399-firefly.dts | 4 ++--
 common/spl/Makefile             | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Tom Rini Aug. 19, 2017, 4:16 p.m. UTC | #1
On Thu, Aug 17, 2017 at 10:19:39AM +0200, Dr. Philipp Tomsich wrote:

> Tom,
> 
> there's a (trivial) fix for some fallout from
> 	f94e643 (spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds) 
>  (and one unrelated trivial DTS change) in u-boot-rockchip/master ready for you.
> Please pull.
> 
> Regards,
> Philipp.
> 
> 
> The following changes since commit 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0:
> 
>   Merge git://git.denx.de/u-boot-tegra (2017-08-16 18:12:58 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to b5c4d81b3507b3abb239ea8323515fce09dc378f:
> 
>   spl: fix Makefile for NOR, XIP and YMODEM (2017-08-17 10:15:24 +0200)
> 

Applied to u-boot/master, thanks!