mbox series

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 1504285859-23012-1-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-sunxi/master | expand

Pull-request

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

Message

Jagan Teki Sept. 1, 2017, 5:10 p.m. UTC
Hi Tom,

Please pull these fixes.

thanks!
Jagan.

The following changes since commit ead3697d7ec491c055fe546b3a45bcfba45fa022:

  mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530)

are available in the git repository at:

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

for you to fetch changes up to 6ff005cf19363382fc867d7876a75fd8a386e894:

  sunxi: Fix CONFIG_SUNXI_GMAC references (2017-09-01 20:48:27 +0530)

----------------------------------------------------------------
Chen-Yu Tsai (1):
      mmc: sunxi: Only update timing mode bit when enabling new timing mode

Dave Prue (1):
      sunxi: Fix CONFIG_SUNXI_GMAC references

 arch/arm/include/asm/arch-sunxi/sys_proto.h | 2 +-
 board/sunxi/Makefile                        | 2 +-
 drivers/mmc/sunxi_mmc.c                     | 2 +-
 include/configs/sunxi-common.h              | 2 +-
 scripts/build-whitelist.sh                  | 4 ++--
 scripts/config_whitelist.txt                | 1 -
 6 files changed, 6 insertions(+), 7 deletions(-)

Comments

Tom Rini Sept. 1, 2017, 6:02 p.m. UTC | #1
On Fri, Sep 01, 2017 at 10:40:59PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull these fixes.
> 
> thanks!
> Jagan.
> 
> The following changes since commit ead3697d7ec491c055fe546b3a45bcfba45fa022:
> 
>   mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 6ff005cf19363382fc867d7876a75fd8a386e894:
> 
>   sunxi: Fix CONFIG_SUNXI_GMAC references (2017-09-01 20:48:27 +0530)
> 

I ran test/py/test.py on my A20-OLinuXino-Lime2 (that was working with eth
already) and applied to u-boot/master, thanks!