From cdb23792e864153b0c2b943bf011f10c7ba190e1 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 4 Oct 2013 08:40:04 -0500 Subject: config: remove platform CONFIG_SYS_HZ definition part 1/2 Remove platform CONFIG_SYS_HZ definition for configs A-Z*. Signed-off-by: Rob Herring --- include/configs/MigoR.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/MigoR.h') diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h index 0fcf18f..9fd4551 100644 --- a/include/configs/MigoR.h +++ b/include/configs/MigoR.h @@ -125,6 +125,5 @@ #define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SYS_TMU_CLK_DIV (4) /* 4 (default), 16, 64, 256 or 1024 */ -#define CONFIG_SYS_HZ 1000 #endif /* __MIGO_R_H */ -- cgit v1.1