From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 15 Jan 2017 18:27:14 +0100 Subject: [U-Boot] Pull request: u-boot-sunxi/master Message-ID: <1484501234-16948-1-git-send-email-jagan@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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