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/MPC8641HPCN.h | |
parent | 99d9c07edc6e0b7b35694992f1cc40b540eec3ce (diff) | |
download | u-boot-imx-dd2cda3dbd0130445e5186c6f038016474666337.zip u-boot-imx-dd2cda3dbd0130445e5186c6f038016474666337.tar.gz u-boot-imx-dd2cda3dbd0130445e5186c6f038016474666337.tar.bz2 |
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/MPC8641HPCN.h')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 94e4d24..b183e02 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -122,9 +122,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_LOW #endif -#define CONFIG_SYS_PCI1_ADDR (CONFIG_SYS_CCSRBAR+0x8000) -#define CONFIG_SYS_PCI2_ADDR (CONFIG_SYS_CCSRBAR+0x9000) - /* * DDR Setup */ |