Skip to content
Snippets Groups Projects
Commit e097ce43 authored by Mario Six's avatar Mario Six Committed by Tom Rini
Browse files

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: default avatarMario Six <mario.six@gdsys.cc>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 86da8c12
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <common.h> #include <common.h>
#if !defined(__I386__) #if !defined(__I386__) && !defined(CONFIG_DM_PCI)
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/io.h> #include <asm/io.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment