From 0ce8437f3006f86d093f83120c64f657bbac3c31 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 30 Sep 2010 15:47:16 -0500 Subject: powerpc/p4080ds: Move ICS refclk define into P4080DS.h We appear to have different refclk's on the different corenet DS boards so move the define out of the common header. Signed-off-by: Kumar Gala --- include/configs/P4080DS.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/P4080DS.h') diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 87703c9..21b48e9 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -33,6 +33,8 @@ #define CONFIG_SYS_NUM_FM2_10GEC 1 #define CONFIG_NUM_DDR_CONTROLLERS 2 +#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ + #define CONFIG_SYS_P4080_ERRATUM_CPU22 #define CONFIG_SYS_P4080_ERRATUM_SERDES8 -- cgit v1.1