commit | e097ce4304056452704f54245e28a6badb59fe06 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Apr 27 14:53:37 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 08 18:50:23 2018 -0400 |
tree | 2d49482c7e11f4fd1cf8eb27ad3379871a6f1cbd | |
parent | 86da8c12ef0f86c7bd7a1cf95d71806dd9022969 [diff] |
pci: Don't use pci_indirect when DM is active Declaration of indirect PCI bridges is not compatible with DM: Both define PCI operations, but in different ways. Hence, don't use indirect bridges if DM is active. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>