mbox series

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

Message ID 2C56575F-7D94-4731-BA1B-C78AE63A3B33@theobroma-systems.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull from u-boot-rockchip/master | expand

Pull-request

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

Message

Philipp Tomsich Feb. 13, 2018, 3:46 p.m. UTC
Tom,

I have one fix and one clean-up ready for you to pull.
The travis-run for this can be found at https://travis-ci.org/ptomsich/u-boot-rockchip/builds/340911706

Thanks,
Philipp.


The following changes since commit ebdb098c67c8fa1e9eb3d4e2f6a6a380fc222188:

  Prepare v2018.03-rc2 (2018-02-12 18:52:31 -0500)

are available in the git repository at:

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

for you to fetch changes up to a5af51a703c3c68a56cfcf16ca6caa1dd8a6b934:

  spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard (2018-02-13 12:52:57 +0100)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      rockchip: gpio: remove dead code

Philipp Tomsich (1):
      spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard

 common/fdt_support.c   | 78 +++++++++++++++++++++++++++++++++++++++---------------------------------------
 drivers/gpio/rk_gpio.c |  4 ----
 2 files changed, 39 insertions(+), 43 deletions(-)

Comments

Tom Rini Feb. 14, 2018, 1:33 a.m. UTC | #1
On Tue, Feb 13, 2018 at 04:46:53PM +0100, Dr. Philipp Tomsich wrote:

> Tom,
> 
> I have one fix and one clean-up ready for you to pull.
> The travis-run for this can be found at https://travis-ci.org/ptomsich/u-boot-rockchip/builds/340911706
> 
> Thanks,
> Philipp.
> 
> 
> The following changes since commit ebdb098c67c8fa1e9eb3d4e2f6a6a380fc222188:
> 
>   Prepare v2018.03-rc2 (2018-02-12 18:52:31 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to a5af51a703c3c68a56cfcf16ca6caa1dd8a6b934:
> 
>   spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard (2018-02-13 12:52:57 +0100)
> 

Applied to u-boot/master, thanks!