diff options
author | Tom Rini | 2022-06-20 08:07:45 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:59 -0400 |
commit | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch) | |
tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 /include/configs/T208xRDB.h | |
parent | a552ffc9d270769286d7a0697913689c31537bfa (diff) |
Convert CONFIG_PCIE1 et al to Kconfig
This converts the following to Kconfig:
CONFIG_PCIE1
CONFIG_PCIE2
CONFIG_PCIE3
CONFIG_PCIE4
CONFIG_PCI1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T208xRDB.h')
-rw-r--r-- | include/configs/T208xRDB.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 290fd7cf744..b3648ae06fa 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -321,10 +321,6 @@ * General PCI * Memory space is mapped 1-1, but I/O space must start from 0. */ -#define CONFIG_PCIE1 /* PCIE controller 1 */ -#define CONFIG_PCIE2 /* PCIE controller 2 */ -#define CONFIG_PCIE3 /* PCIE controller 3 */ -#define CONFIG_PCIE4 /* PCIE controller 4 */ /* controller 1, direct to uli, tgtid 3, Base address 20000 */ #define CONFIG_SYS_PCIE1_MEM_VIRT 0x80000000 #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc00000000ull |