]> git.baikalelectronics.ru Git - uboot.git/commit
Merge git://git.denx.de/u-boot-marvell
authorTom Rini <trini@konsulko.com>
Tue, 5 Feb 2019 13:37:21 +0000 (08:37 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Feb 2019 17:29:59 +0000 (12:29 -0500)
commit39efa03884b7309c833aa33203e1eb0ff3331502
tree769c69845b4e6643209b60d3959db2616159d4af
parent478d219a8260786cc6037f62786c33165046d886
parentefcf6191e017dfb2211fe3561d81e75b3a474ca9
Merge git://git.denx.de/u-boot-marvell

- Move Armada XP / 38x PCIe driver to DM_PCI from me
- Move Armada XP / 38x LCD driver to DM_VIDEO from me
- Add uDPU board (Armada-3720) from Vladimir

[trini: Fix warning in pci-uclass.c by removing ret from
pci_uclass_child_post_bind as it no longer calls functions with
        a return code to catch.]
Signed-off-by: Tom Rini <trini@konsulko.com>II
drivers/pci/pci-uclass.c