commit | f1b0da21c0aba5fef8e48f5c781baa8b76516691 | [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 | 7f504a0ac8f4e445da0a85039ff292bae397720e [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>