summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8544DS.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-10-21 08:28:33 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-10-24 17:35:12 -0500
commit2dba0dea98c0dee1799ffd6fd6eb541645dbbd98 (patch)
tree3ba0234bcfc50ee0338995a9acaab7c80e36fc8d /include/configs/MPC8544DS.h
parenta2aab460727e5f674353a83a81000ef794bffcae (diff)
downloadblackbird-obmc-uboot-2dba0dea98c0dee1799ffd6fd6eb541645dbbd98.tar.gz
blackbird-obmc-uboot-2dba0dea98c0dee1799ffd6fd6eb541645dbbd98.zip
85xx: Convert all fsl_pci_init users to new APIs
Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS, MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup(). With these changes the board code is a bit smaller and we get dma-ranges set in the device tree for these boards. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
Diffstat (limited to 'include/configs/MPC8544DS.h')
-rw-r--r--include/configs/MPC8544DS.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
index c47374acb6..cdbbea60d6 100644
--- a/include/configs/MPC8544DS.h
+++ b/include/configs/MPC8544DS.h
@@ -276,11 +276,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SYS_PCI1_IO_PHYS 0xe1000000
#define CONFIG_SYS_PCI1_IO_SIZE 0x00010000 /* 64k */
-/* PCI view of System Memory */
-#define CONFIG_SYS_PCI_MEMORY_BUS 0x00000000
-#define CONFIG_SYS_PCI_MEMORY_PHYS 0x00000000
-#define CONFIG_SYS_PCI_MEMORY_SIZE 0x80000000
-
/* controller 2, Slot 1, tgtid 1, Base address 9000 */
#define CONFIG_SYS_PCIE2_MEM_BASE 0x80000000
#define CONFIG_SYS_PCIE2_MEM_PHYS CONFIG_SYS_PCIE2_MEM_BASE
OpenPOWER on IntegriCloud