From c6d339016064d014f36072898a26a333c7b61719 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 31 Aug 2011 09:50:13 -0500 Subject: 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 --- include/configs/P4080DS.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/P4080DS.h') diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 49f7c534d8..4a2e47513d 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -27,6 +27,11 @@ #define CONFIG_PHYS_64BIT #define CONFIG_PPC_P4080 +#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ + +#define CONFIG_MMC +#define CONFIG_PCIE3 + #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ #include "corenet_ds.h" -- cgit v1.2.1