mbox

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

Message ID 1484501234-16948-1-git-send-email-jagan@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Jan. 15, 2017, 5:27 p.m. UTC
Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit 7f73ca484f792a0d2a7ee09860c32f3d02b3030d:

  Kconfig: CONFIG_OF_PLATDATA doesn't really exist (2017-01-14 12:20:23 -0500)

are available in the git repository at:

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

for you to fetch changes up to 7490130c9f8a4e17e858a38c767ad9ed64bd777b:

  sunxi: OrangePi Zero: defconfig: enable SPI flash (2017-01-15 18:22:27 +0100)

----------------------------------------------------------------
Andre Przywara (2):
      sunxi: dts: OrangePi Zero: add Ethernet node
      sunxi: OrangePi Zero: defconfig: enable SPI flash

Icenowy Zheng (2):
      sunxi: add proper device tree for Orange Pi Zero boards
      sunxi: add orangepi zero defconfig

Jelle van der Waa (1):
      sunxi: enable H3 EMAC for the nanopi neo

 arch/arm/dts/Makefile                        |   1 +
 arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 154 +++++++++++++++++++++++++++
 arch/arm/dts/sun8i-h3-nanopi-neo.dts         |  11 ++
 board/sunxi/MAINTAINERS                      |   5 +
 configs/orangepi_zero_defconfig              |  17 +++
 5 files changed, 188 insertions(+)
 create mode 100644 arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
 create mode 100644 configs/orangepi_zero_defconfig

Comments

Tom Rini Jan. 16, 2017, 4:01 a.m. UTC | #1
On Sun, Jan 15, 2017 at 06:27:14PM +0100, Jagan Teki wrote:

> Hi Tom,
> 
> Please take this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 7f73ca484f792a0d2a7ee09860c32f3d02b3030d:
> 
>   Kconfig: CONFIG_OF_PLATDATA doesn't really exist (2017-01-14 12:20:23 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 7490130c9f8a4e17e858a38c767ad9ed64bd777b:
> 
>   sunxi: OrangePi Zero: defconfig: enable SPI flash (2017-01-15 18:22:27 +0100)
> 

Applied to u-boot/master, thanks!