SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK)
authorVipin KUMAR <vipin.kumar@st.com>
Mon, 7 May 2012 07:36:47 +0000 (13:06 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:40 +0000 (14:07 +0200)
SPEAr doesn't need CONFIG_SYS_HZ_CLOCK. This commit removes it.

Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/spear-common.h

index 2ba1090..dabd059 100644 (file)
@@ -60,7 +60,6 @@
 
 /* Timer, HZ specific defines */
 #define CONFIG_SYS_HZ                          (1000)
-#define CONFIG_SYS_HZ_CLOCK                    (8300000)
 
 /* Flash configuration */
 #if defined(CONFIG_FLASH_PNOR)