summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8548CDS.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-12-17 10:21:22 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:20 -0600
commitf5fa8f366931089344ddc9c995c54a53bc992d2f (patch)
tree51732394a706e1f2a981dc60bf238a0126fe733d /include/configs/MPC8548CDS.h
parent64e55d5ed40e4de2dd52910f7634304fbebe1840 (diff)
downloadtalos-obmc-uboot-f5fa8f366931089344ddc9c995c54a53bc992d2f.tar.gz
talos-obmc-uboot-f5fa8f366931089344ddc9c995c54a53bc992d2f.zip
powerpc/85xx: Rework MPC8548CDS pci_init_board to use common FSL PCIe code
Remove duplicated code in MPC8548CDS 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/configs/MPC8548CDS.h')
-rw-r--r--include/configs/MPC8548CDS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index e5ac3a9504..4c5b998423 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2004, 2007 Freescale Semiconductor.
+ * Copyright 2004, 2007, 2010 Freescale Semiconductor.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -353,6 +353,7 @@ extern unsigned long get_clock_freq(void);
#endif
#ifdef CONFIG_PCIE1
+#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
OpenPOWER on IntegriCloud