diff options
| author | Tom Rini <[email protected]> | 2021-09-13 18:23:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-13 18:23:24 -0400 |
| commit | eafcaf8a6e40709c7420e73701c540ebb6aab043 (patch) | |
| tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /common | |
| parent | 7958292f5ffa4ecdaaf4c73c6df28006051db6e0 (diff) | |
| parent | 3232bdf0b30b057ace64f192bc55a0bed4199770 (diff) | |
Merge branch '2021-09-09-finish-pre-DM_PCI-removal'
- Finish removing the non-DM_PCI legacy code.
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 2ab20a6c85b..ee14d3ad5bf 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -551,7 +551,6 @@ config MISC_INIT_R config PCI_INIT_R bool "Enumerate PCI buses during init" depends on PCI - default y if !DM_PCI help With this option U-Boot will call pci_init() soon after relocation, which will enumerate PCI buses. This is needed, for instance, in the |
