diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-12-17 10:18:07 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:20 -0600 |
commit | 94f2bc486043365f253892342a3ab75371b1444a (patch) | |
tree | f25b7a7aa2aeb98705918be15b7a3698df88c5a2 /include | |
parent | 3f6f9d76415072571029b646a6aefc067a635bde (diff) | |
download | u-boot-imx-94f2bc486043365f253892342a3ab75371b1444a.zip u-boot-imx-94f2bc486043365f253892342a3ab75371b1444a.tar.gz u-boot-imx-94f2bc486043365f253892342a3ab75371b1444a.tar.bz2 |
powerpc/85xx: Rework MPC8569MDS pci_init_board to use common FSL PCIe code
Remove duplicated code in MPC8569MDS board and utilize the common
fsl_pcie_init_board(). We also now dynamically setup the LAWs for PCI
controllers based on which PCIe controllers are enabled.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8569MDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 177d5d5..814c175 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -345,6 +345,7 @@ extern unsigned long get_clock_freq(void); * General PCI * Memory Addresses are mapped 1-1. I/O is mapped from 0 */ +#define CONFIG_SYS_PCIE1_NAME "Slot" #define CONFIG_SYS_PCIE1_MEM_VIRT 0xa0000000 #define CONFIG_SYS_PCIE1_MEM_BUS 0xa0000000 #define CONFIG_SYS_PCIE1_MEM_PHYS 0xa0000000 |