[PATCH] pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)
Simon Glass
sjg at chromium.org
Wed Jan 13 17:10:55 CET 2021
On Tue, 12 Jan 2021 at 04:03, Stefan Roese <sr at 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 at denx.de>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at 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 at chromium.org>
Yes we handle this at run-time now.
More information about the U-Boot
mailing list