mbox series

[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-2

Message ID 20190722140343.31053-1-kever.yang@rock-chips.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-2 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/rockchip-for-v2019.07-2

Message

Kever Yang July 22, 2019, 2:03 p.m. UTC
Hi Tom,

Please pull some fix up for rockchip platform:
- rk3399 sdhci driver fixup
- TPL BANNER fixup

The Travis build is not complete when I send this mail, but it
should be OK for the fixes are simple.
Travis:
https://travis-ci.org/keveryang/u-boot/builds/562114389

Thanks,
- Kever

The following changes since commit 8b1ceb0ac1aa1746c6751d698ce7a012a236fa65:

  rockchip: Remove obsolete references to pyelftools (2019-07-20 23:59:44 +0800)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/rockchip-for-v2019.07-2

for you to fetch changes up to 89e39172301f15b29f663baf704bf2163a0cfa46:

  rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT (2019-07-22 21:52:59 +0800)

----------------------------------------------------------------
Chris Webb (2):
      rockchip: Fix TPL build without CONFIG_TPL_SERIAL_SUPPORT
      rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT

Kever Yang (1):
      rockchip: sdhci: Fix sdhci mmc driver probe abort

 arch/arm/mach-rockchip/tpl.c | 4 +++-
 drivers/mmc/rockchip_sdhci.c | 8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

Comments

Tom Rini July 24, 2019, 2:29 a.m. UTC | #1
On Mon, Jul 22, 2019 at 10:03:43PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull some fix up for rockchip platform:
> - rk3399 sdhci driver fixup
> - TPL BANNER fixup
> 
> The Travis build is not complete when I send this mail, but it
> should be OK for the fixes are simple.
> Travis:
> https://travis-ci.org/keveryang/u-boot/builds/562114389
> 
> Thanks,
> - Kever
> 
> The following changes since commit 8b1ceb0ac1aa1746c6751d698ce7a012a236fa65:
> 
>   rockchip: Remove obsolete references to pyelftools (2019-07-20 23:59:44 +0800)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/rockchip-for-v2019.07-2
> 
> for you to fetch changes up to 89e39172301f15b29f663baf704bf2163a0cfa46:
> 
>   rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT (2019-07-22 21:52:59 +0800)
> 

Applied to u-boot/master, thanks!