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/CPC45.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/CPC45.h') diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index b1c0e8bb7c..764ca2215f 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -179,7 +179,6 @@ */ #define CONFIG_SYS_CLK_FREQ 33000000 -#define CONFIG_SYS_HZ 1000 /* Bit-field values for MCCR1. -- cgit