[U-Boot] Please pull u-boot-marvell/master

Hi Tom,
please pull the following Marvell related patches:
---------------------------------------------------------------- - Fix in kwbimage (return code checking) (Young Xiao) - Misc updates to Turris Omnia (Marek) ----------------------------------------------------------------
Here the Travis build, without any issues:
https://travis-ci.org/stroese/u-boot/builds/527629166
Thanks, Stefan
The following changes since commit b4ee6daad7a2604ca9466b2ba48de86cc27d381f:
Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx (2019-05-01 07:25:51 -0400)
are available in the Git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 5859a39a43d15cb775478bd4537e9a2eac1c4cf2:
arm: mvebu: turris_omnia: enable defconfig options needed by vendor (2019-05-03 08:18:00 +0200)
---------------------------------------------------------------- Marek Behún (17): arm: mvebu: turris_omnia: remove redundant code arm: mvebu: turris_omnia: add XHCI to defconfig arm: mvebu: turris_omnia: use AHCI and SATA driver model arm: mvebu: turris_omnia: remove legacy macros from board header arm: mvebu: turris_omnia: move I2C dependencies to Kconfig arm: mvebu: turris_omnia: add SCSI as boot target arm: mvebu: turris_omnia: refactor I2C accessing code arm: mvebu: turris_omnia: fix checkpatch warnings arm: mvebu: turris_omnia: move ATSHA204A from defconfig to Kconfig arm: mvebu: turris_omnia: refactor more code arm: mvebu: turris_omnia: print board info as Turris Mox arm: mvebu: turris_*: remove watchdog include arm: mvebu: turris_omnia: fix regdomain env var setting arm: mvebu: turris_omnia: add RESET button handling i2c: mvtwsi: fix reading status register after interrupt arm: mvebu: turris_omnia: add GPIO support to defconfig arm: mvebu: turris_omnia: enable defconfig options needed by vendor
Young Xiao (1): kwbimage: fixing the issue with proper return code checking
arch/arm/mach-mvebu/Kconfig | 7 + board/CZ.NIC/turris_mox/turris_mox.c | 4 - board/CZ.NIC/turris_omnia/turris_omnia.c | 348 ++++++++++++++++--------------- configs/turris_omnia_defconfig | 19 +- drivers/i2c/mvtwsi.c | 11 + include/configs/turris_omnia.h | 32 +-- tools/kwbimage.c | 2 +- 7 files changed, 228 insertions(+), 195 deletions(-)
participants (2)
-
Stefan Roese
-
Tom Rini