diff options
author | Mario Six | 2019-01-21 09:17:51 +0100 |
---|---|---|
committer | Mario Six | 2019-05-21 07:51:40 +0200 |
commit | 1cbc10c8158d22d65bb5ccc7550186036bb9f17a (patch) | |
tree | 72081cfe8e8bc503f8a5e1d3c7789829cffcddcb /include/configs/caddy2.h | |
parent | 47a1b3f446de751ce9cacf57d43681ea43402ea4 (diff) |
mpc83xx: Migrate legacy PCI options to Kconfig
The MPC83xx include files contain some settings of the PCI subsystem.
Migrate these to Kconfig until a proper DM PCI driver exists.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/caddy2.h')
-rw-r--r-- | include/configs/caddy2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/caddy2.h b/include/configs/caddy2.h index a7bbbbdd0b3..a8f692d5ead 100644 --- a/include/configs/caddy2.h +++ b/include/configs/caddy2.h @@ -212,14 +212,6 @@ #if defined(CONFIG_PCI) -#define PCI_64BIT -#define PCI_ONE_PCI1 -#if defined(PCI_64BIT) -#undef PCI_ALL_PCI1 -#undef PCI_TWO_PCI1 -#undef PCI_ONE_PCI1 -#endif - #undef CONFIG_EEPRO100 #undef CONFIG_TULIP |