From: Simon Glass Date: Mon, 2 Aug 2021 00:54:38 +0000 (-0600) Subject: distro_bootcmd: Update DM_PCI check X-Git-Tag: v2025.01-rc5-pxa1908~1759^2~5 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=e15ba6802912a30da0de92c20dbe574f25a96d21;p=u-boot.git distro_bootcmd: Update DM_PCI check Now that driver model is always used, check for PCI. Signed-off-by: Simon Glass [trini: Update logic, reword] Signed-off-by: Tom Rini --- diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index e70423f25d..750e9e04e8 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -265,7 +265,7 @@ BOOT_TARGET_DEVICES_references_IDE_without_CONFIG_IDE #endif -#if defined(CONFIG_DM_PCI) +#if defined(CONFIG_PCI) #define BOOTENV_RUN_PCI_ENUM "run boot_pci_enum; " #define BOOTENV_SHARED_PCI \ "boot_pci_enum=pci enum\0"