
Hi Tom
Please pull the STM32 related patches for u-boot-stm32-2019-10-23
With the following changes: - Disable CONFIG_NET flag for MCU STM32 - Fix ramdisk_addr_r for stm32f746-disco - Fix USB product id for stm32mp1
Travis CI status: https://travis-ci.org/patrickdelaunay/u-boot/builds/601209719
Thanks, Patrick
The following changes since commit 44510daea4d07fee736dd90411c4b503340b449e:
dm: pinctrl: fix for introduce PINCONF_RECURSIVE option (2019-10-21 09:40:54 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-2019-10-23
for you to fetch changes up to fb90fcf82628f0328649e55c7bf0c41f79872505:
board: stm32mp1: fixup the usb product id for USB download gadget (2019-10-22 11:00:07 +0200)
---------------------------------------------------------------- - Disable CONFIG_NET flag for MCU STM32 - Fix ramdisk_addr_r for stm32f746-disco - Fix USB product id for stm32mp1
---------------------------------------------------------------- Patrice Chotard (6): configs: stm32f429-discovery: Disable CONFIG_NET flag configs: stm32f429-evaluation: Disable CONFIG_NET flag configs: stm32f469-discovery: Disable CONFIG_NET flag configs: stm32h743-disco: Disable CONFIG_NET flag configs: stm32h743-eval: Disable CONFIG_NET flag configs: stm32f746-disco: Fix ramdisk_addr_r
Patrick Delaunay (1): board: stm32mp1: fixup the usb product id for USB download gadget
board/st/stm32mp1/stm32mp1.c | 17 +++++++++++++++++ configs/stm32f429-discovery_defconfig | 1 + configs/stm32f429-evaluation_defconfig | 2 +- configs/stm32f469-discovery_defconfig | 2 +- configs/stm32h743-disco_defconfig | 1 + configs/stm32h743-eval_defconfig | 1 + include/configs/stm32f746-disco.h | 2 +- 7 files changed, 23 insertions(+), 3 deletions(-)