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/sbc8349.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/sbc8349.h')
-rw-r--r-- | include/configs/sbc8349.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index 6ae11185cb7..60eb2cf8314 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -307,14 +307,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 @@ -435,7 +427,7 @@ HRCWL_CORE_TO_CSB_1X1) #endif -#if defined(PCI_64BIT) +#if defined(CONFIG_PCI_64BIT) #define CONFIG_SYS_HRCW_HIGH (\ HRCWH_PCI_HOST |\ HRCWH_64_BIT_PCI |\ |