aboutsummaryrefslogtreecommitdiff
path: root/include/configs/P5020DS.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-31 09:50:13 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-10-03 08:52:15 -0500
commitc6d339016064d014f36072898a26a333c7b61719 (patch)
treeb792be269c483df22b008fb960c123cbd40459a6 /include/configs/P5020DS.h
parent69a852425883a4abd8dc726da34e3149a08ee95d (diff)
powerpc/85xx: Refactor some defines out of corenet_ds.h
Move some SoC/board specific defines out of corenet_ds.h and into the corresponding P3041DS/P4080DS/P5020.h. We moved CONFIG_MMC, CONFIG_PCIE3, & CONFIG_FSL_NGPIXIS because the P3060 SoC/reference board does not have these devices and it will share the same board code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/P5020DS.h')
-rw-r--r--include/configs/P5020DS.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h
index dd8d442e3..4d990bee5 100644
--- a/include/configs/P5020DS.h
+++ b/include/configs/P5020DS.h
@@ -28,7 +28,12 @@
#define CONFIG_PHYS_64BIT
#define CONFIG_PPC_P5020
+#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
+
+#define CONFIG_MMC
+#define CONFIG_NAND_FSL_ELBC
#define CONFIG_FSL_SATA_V2
+#define CONFIG_PCIE3
#define CONFIG_PCIE4
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */