From 11860d888cdc2be5da7b8738a067b84cd76e71c0 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Fri, 5 Oct 2012 09:48:53 +0000 Subject: powerpc/85xx: move SRIO configuration out of corenet_ds.h The P5040 does not have SRIO, so don't put the SRIO definitions in corenet_ds.h. They belong in the board-specific header files. Signed-off-by: Timur Tabi Signed-off-by: Andy Fleming --- include/configs/P4080DS.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/P4080DS.h') diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index d6f2f5ceb8..53979dddf2 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -33,6 +33,10 @@ #define CONFIG_MMC #define CONFIG_PCIE3 +#define CONFIG_SYS_SRIO +#define CONFIG_SRIO1 /* SRIO port 1 */ +#define CONFIG_SRIO2 /* SRIO port 2 */ + #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ #include "corenet_ds.h" -- cgit v1.2.1