diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-07-08 22:35:59 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-20 04:37:11 -0500 |
commit | dd2cda3dbd0130445e5186c6f038016474666337 (patch) | |
tree | 0885ced8ca025cedb8ad88c6e4c2ff8600afa5a1 /include/configs/sbc8641d.h | |
parent | 99d9c07edc6e0b7b35694992f1cc40b540eec3ce (diff) |
powerpc/86xx: Move PCI/PCIe address defines into common immap_86xx.h
Remove dupliacted setting of PCI/PCIe address and offsets in board
config.h. Renamed CONFIG_SYS_PCI1/2_ADDR to CONFIG_SYS_PCI1/2ADDR on
MPC8641 boards since its really PCIE controllers and not PCI.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 315eebe7f6b..6662bbe0e54 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -108,9 +108,6 @@ #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_LOW -#define CONFIG_SYS_PCI1_ADDR (CONFIG_SYS_CCSRBAR+0x8000) -#define CONFIG_SYS_PCI2_ADDR (CONFIG_SYS_CCSRBAR+0x9000) - /* * DDR Setup */ |