
On Tue, 12 Jan 2021 at 04:03, Stefan Roese sr@denx.de wrote:
This patch completely removes CONFIG_PCI_ENUM_ONLY from the PCI code as it is not configured for any board (any more). With this removal, some PCI related files get cleaned up a bit.
Additional, dm_pciauto_setup_device() is now static, as it's not referenced from any code outside of this C file.
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com
README | 7 --- drivers/pci/pci_auto.c | 104 ++++++++++++++--------------------- drivers/pci/pci_auto_old.c | 18 ------ scripts/config_whitelist.txt | 1 - 4 files changed, 41 insertions(+), 89 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Yes we handle this at run-time now.