diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-10-22 14:38:55 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-10-24 17:35:48 -0500 |
commit | c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e (patch) | |
tree | 406ce2195322220f59d3abe2c230487fdd058f1e /include/configs/sbc8641d.h | |
parent | 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98 (diff) | |
download | u-boot-imx-c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e.zip u-boot-imx-c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e.tar.gz u-boot-imx-c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e.tar.bz2 |
86xx: Convert all fsl_pci_init users to new APIs
Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D 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>
Acked-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 14d1c88..09a9901 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -308,11 +308,6 @@ #define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE #define CONFIG_SYS_PCI1_IO_SIZE 0x1000000 /* 16M */ -/* 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 - #define CONFIG_SYS_PCI2_MEM_BASE 0xa0000000 #define CONFIG_SYS_PCI2_MEM_PHYS CONFIG_SYS_PCI2_MEM_BASE #define CONFIG_SYS_PCI2_MEM_SIZE 0x10000000 /* 256M */ |