diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:04:59 -0400 |
commit | f27bca4c27ef1503a85ad285a4a39c7c62fddc2d (patch) | |
tree | 54cdd8110b460063c2752d7e7e3b43d886ee577a /include/configs/MPC8548CDS.h | |
parent | 4e7860288c2edb3d3f2e947e4a217e9a51787301 (diff) | |
download | u-boot-f27bca4c27ef1503a85ad285a4a39c7c62fddc2d.tar.gz |
Convert CONFIG_PCI_SCAN_SHOW to Kconfig
This converts the following to Kconfig:
CONFIG_PCI_SCAN_SHOW
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MPC8548CDS.h')
-rw-r--r-- | include/configs/MPC8548CDS.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index bec2ca0f81..2eb33812f7 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -312,10 +312,6 @@ #endif #define CONFIG_SYS_SRIO1_MEM_SIZE 0x20000000 /* 512M */ -#if defined(CONFIG_PCI) -#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ -#endif /* CONFIG_PCI */ - #if defined(CONFIG_TSEC_ENET) #define CONFIG_TSEC1 1 |