
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414:
Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to e872f27a020f353dd334fc025999466adf5ae18c:
imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled (2017-08-16 12:43:09 +0200)
---------------------------------------------------------------- Anatolij Gustschin (2): imx6: use SION macro in SDn_CMD mux mode bitfield arguments imx6: clock: correct comment for PLL_VIDEO
Breno Lima (2): mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values
Lothar Waßmann (1): net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH
Peng Fan (7): ARM: i.MX6: exclude the ARM errata from i.MX6 UP system arm: Implement workaround for Cortex-A9 errata 845369 imx: mx6: select ARM_ERRATA_845369 imx: mx6: soc: fix mx6sll settings imx: mx6sx: select OSC as uart's clk parent imx: mx6sl: simplify code using setbits_le32 imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled
Stefano Babic (1): mx6: Add support for Phytec pfla02 (NAND)
Sébastien Szymanski (2): imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCs imx: imx6ull: correct get_cpu_speed_grade_hz
Vagrant Cascadian (1): arm: imx: Enable booting from SATA on wandboard.
arch/arm/Kconfig | 3 + arch/arm/cpu/armv7/start.S | 6 + arch/arm/include/asm/arch-mx6/mx6q_pins.h | 8 +- arch/arm/mach-imx/mx6/Kconfig | 22 +++- arch/arm/mach-imx/mx6/clock.c | 2 +- arch/arm/mach-imx/mx6/soc.c | 55 ++++++---- arch/arm/mach-imx/mx7/soc.c | 7 +- board/freescale/mx6sabreauto/mx6sabreauto.c | 4 +- board/freescale/mx6sabresd/mx6sabresd.c | 4 +- board/phytec/pfla02/Kconfig | 12 ++ board/phytec/pfla02/MAINTAINERS | 6 + board/phytec/pfla02/Makefile | 9 ++ board/phytec/pfla02/README | 24 ++++ board/phytec/pfla02/pfla02.c | 698 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/pfla02_defconfig | 50 +++++++++ drivers/net/fec_mxc.c | 9 ++ include/configs/pfla02.h | 179 ++++++++++++++++++++++++++++++ include/configs/wandboard.h | 1 + include/netdev.h | 5 + 19 files changed, 1069 insertions(+), 35 deletions(-) create mode 100644 board/phytec/pfla02/Kconfig create mode 100644 board/phytec/pfla02/MAINTAINERS create mode 100644 board/phytec/pfla02/Makefile create mode 100644 board/phytec/pfla02/README create mode 100644 board/phytec/pfla02/pfla02.c create mode 100644 configs/pfla02_defconfig create mode 100644 include/configs/pfla02.h