diff options
| author | Simon Glass <[email protected]> | 2024-08-21 10:19:07 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-26 14:05:38 -0600 |
| commit | 423bdf669062991f33c396ea4e119b573ae80a14 (patch) | |
| tree | f41eed4665d8bd2d98815a7182d6c2aa22a4f9bb /include/asm-generic | |
| parent | a6616bac98da4b7795cd377f7bf028b856d28515 (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/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index b860f3626b8..86e8d654a28 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -298,17 +298,6 @@ struct global_data { */ unsigned long malloc_ptr; #endif -#ifdef CONFIG_PCI_BOOTDELAY - /** - * @pcidelay_done: delay time before scanning of PIC hose expired - * - * If CONFIG_PCI_BOOTDELAY=y, pci_hose_scan() waits for the number of - * milliseconds defined by environment variable pcidelay before - * scanning. Once this delay has expired the flag @pcidelay_done - * is set to 1. - */ - int pcidelay_done; -#endif /** * @cur_serial_dev: current serial device */ |
