summaryrefslogtreecommitdiff
path: root/include/env_default.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-08-21 10:19:07 -0600
committerTom Rini <[email protected]>2024-08-26 14:05:38 -0600
commit423bdf669062991f33c396ea4e119b573ae80a14 (patch)
treef41eed4665d8bd2d98815a7182d6c2aa22a4f9bb /include/env_default.h
parenta6616bac98da4b7795cd377f7bf028b856d28515 (diff)
global_data: Drop pci_bootdelay
This is not used. Drop the field and the environment code which uses it. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/env_default.h')
-rw-r--r--include/env_default.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/env_default.h b/include/env_default.h
index 076ffdd44e9..aa3dd40f3fa 100644
--- a/include/env_default.h
+++ b/include/env_default.h
@@ -82,9 +82,6 @@ const char default_environment[] = {
#ifdef CONFIG_SYS_LOAD_ADDR
"loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR)"\0"
#endif
-#if defined(CONFIG_PCI_BOOTDELAY) && (CONFIG_PCI_BOOTDELAY > 0)
- "pcidelay=" __stringify(CONFIG_PCI_BOOTDELAY)"\0"
-#endif
#ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
"arch=" CONFIG_SYS_ARCH "\0"
#ifdef CONFIG_SYS_CPU