diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-13 18:23:13 -0400 |
commit | 23cacd57040244e3ecab3e95a36f08c8242159b2 (patch) | |
tree | 301a28483b6e6ef07d9abd89440df798c31da903 /include/configs/MPC837XERDB.h | |
parent | e882a59ef1b293b6af496c3bd8417f648315a42f (diff) | |
download | u-boot-23cacd57040244e3ecab3e95a36f08c8242159b2.tar.gz |
pci: Drop PCI_INDIRECT_BRIDGE
This does not work with driver model so can be removed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/MPC837XERDB.h')
-rw-r--r-- | include/configs/MPC837XERDB.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 0a136b4f92..a13b178d6a 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -255,8 +255,6 @@ #define CONFIG_SYS_PCIE2_IO_SIZE 0x00800000 #ifdef CONFIG_PCI -#define CONFIG_PCI_INDIRECT_BRIDGE - #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif /* CONFIG_PCI */ |