diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-05 08:37:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-05 12:29:59 -0500 |
commit | bdac5e18a80427e1f44413dce78aefece956ffc2 (patch) | |
tree | 769c69845b4e6643209b60d3959db2616159d4af /configs/db-mv784mp-gp_defconfig | |
parent | c0bf3968d7fffa135305ba58644773d32f51090a (diff) | |
parent | f18220919079eeb8e79f4791e152f1db073574a8 (diff) |
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
Diffstat (limited to 'configs/db-mv784mp-gp_defconfig')
-rw-r--r-- | configs/db-mv784mp-gp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index 3f140986b6..b6c61c3a48 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -55,6 +55,7 @@ CONFIG_PHY_GIGE=y CONFIG_MVNETA=y CONFIG_MII=y CONFIG_PCI=y +CONFIG_PCI_MVEBU=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_KIRKWOOD_SPI=y |