[U-Boot] [PULL] Please pull u-boot-imx

Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:
Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to ed3fb1fb22fb9e0e786c58c2d80cd030b89b9b7d:
imx: spl: enable CONFIG_SPL_WATCHDOG_SUPPORT (2016-01-25 10:03:17 +0100)
---------------------------------------------------------------- Fabio Estevam (1): mx25pdk: Remove lowlevel_init.S file
Peng Fan (10): imx: mx6ulevk: change mtest memory size to 128M imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M imx: mx6ulevk: add CONFIG_SPI_FLASH_STMICRO imx: apbh_dma: Update APBH-DMA for MX7D imx: nand: update GPMI NAND driver to support MX7 imx: mx7dsabresd: support nand imx: mx6: add more entry for mxc_ccm_reg imx: mx6ul/sx: fix mmdc_ch0 clk calculation imx: mx7: default enable MDIO open drain imx: spl: enable CONFIG_SPL_WATCHDOG_SUPPORT
arch/arm/cpu/armv7/mx6/clock.c | 61 ++++++++++++++-- arch/arm/cpu/armv7/mx7/soc.c | 20 ++++++ arch/arm/include/asm/arch-mx6/crm_regs.h | 103 ++++++++++++++++++++++++++++ arch/arm/include/asm/arch-mx7/imx-regs.h | 2 + arch/arm/include/asm/imx-common/dma.h | 2 +- arch/arm/include/asm/imx-common/regs-apbh.h | 6 +- arch/arm/include/asm/imx-common/regs-bch.h | 4 +- board/freescale/mx25pdk/Makefile | 1 - board/freescale/mx25pdk/lowlevel_init.S | 10 --- board/freescale/mx25pdk/mx25pdk.c | 3 + board/freescale/mx7dsabresd/mx7dsabresd.c | 39 +++++++++++ drivers/dma/apbh_dma.c | 2 +- drivers/mtd/nand/mxs_nand.c | 4 +- include/configs/imx6_spl.h | 1 + include/configs/mx6_common.h | 2 + include/configs/mx6ul_14x14_evk.h | 3 +- include/configs/mx7_common.h | 2 + include/configs/mx7dsabresd.h | 25 +++++++ 18 files changed, 265 insertions(+), 25 deletions(-) delete mode 100644 board/freescale/mx25pdk/lowlevel_init.S

On Mon, Jan 25, 2016 at 03:07:33PM +0100, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:
Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to ed3fb1fb22fb9e0e786c58c2d80cd030b89b9b7d:
imx: spl: enable CONFIG_SPL_WATCHDOG_SUPPORT (2016-01-25 10:03:17 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini