git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4a2a5
)
distro_bootcmd: Update DM_PCI check
author
Simon Glass
<sjg@chromium.org>
Mon, 2 Aug 2021 00:54:38 +0000
(18:54 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 6 Aug 2021 12:26:09 +0000
(08:26 -0400)
Now that driver model is always used, check for PCI.
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Update logic, reword]
Signed-off-by: Tom Rini <trini@konsulko.com>
include/config_distro_bootcmd.h
patch
|
blob
|
history
diff --git
a/include/config_distro_bootcmd.h
b/include/config_distro_bootcmd.h
index
e70423f
..
750e9e0
100644
(file)
--- 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"