
Hi Tom,
just a few fixes for release. Pleas epull from u-boot-imx, thanks !
The following changes since commit 3861d784b1a470570a0098ac5c25d79e3073c0d9:
Merge git://git.denx.de/u-boot-mpc85xx (2016-01-07 11:24:27 -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 587c3f8ebe356b558f1876414885c1b4a31294ab:
imx_watchdog: always set minimal timeout in reset_cpu (2016-01-07 17:54:53 +0100)
---------------------------------------------------------------- Andrey Skvortsov (1): imx_watchdog: always set minimal timeout in reset_cpu
Fabio Estevam (3): phy: atheros: Use ar8035_config for AR8031 mx6sabresd: Simplify the Ethernet PHY configuration wandboard: Simplify the Ethernet PHY configuration
Måns Rullgård (1): gpio: mxs: add name_to_gpio() function
Peng Fan (2): imx: mx6ul: disable VIDEO for SPL imx: mx7: fix the temperature checking for Rev1.1
Ye.Li (1): pfuze: Fix unsigned variable for less-than-zero comparison
board/freescale/common/pfuze.c | 3 ++- board/freescale/mx6sabresd/mx6sabresd.c | 36 ++---------------------------------- board/wandboard/wandboard.c | 36 ++---------------------------------- drivers/gpio/mxs_gpio.c | 15 +++++++++++++++ drivers/net/phy/atheros.c | 2 +- drivers/thermal/imx_thermal.c | 23 +++++++++++++++-------- drivers/watchdog/imx_watchdog.c | 2 +- include/configs/mx6ul_14x14_evk.h | 2 ++ include/fsl_wdog.h | 1 + 9 files changed, 41 insertions(+), 79 deletions(-)