From: Vipin KUMAR Date: Mon, 7 May 2012 07:36:47 +0000 (+0530) Subject: SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK) X-Git-Tag: v2012.07-rc1~11^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08166e19217cdcfd268760ecb7e94a3b1bdc4783;p=kernel%2Fu-boot.git SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK) SPEAr doesn't need CONFIG_SYS_HZ_CLOCK. This commit removes it. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi Acked-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 2ba1090..dabd059 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -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)