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 /include/configs/db-mv784mp-gp.h | |
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 'include/configs/db-mv784mp-gp.h')
-rw-r--r-- | include/configs/db-mv784mp-gp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h index 8ad007cc49..6cba326927 100644 --- a/include/configs/db-mv784mp-gp.h +++ b/include/configs/db-mv784mp-gp.h @@ -46,7 +46,6 @@ /* PCIe support */ #ifndef CONFIG_SPL_BUILD -#define CONFIG_PCI_MVEBU #define CONFIG_PCI_SCAN_SHOW #endif |