diff mbox

[U-Boot,09/25] SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK)

Message ID 1331121854-20494-10-git-send-email-amit.virdi@st.com
State Accepted
Commit 08166e19217cdcfd268760ecb7e94a3b1bdc4783
Delegated to: Stefan Roese
Headers show

Commit Message

Amit Virdi March 7, 2012, 12:03 p.m. UTC
From: Vipin KUMAR <vipin.kumar@st.com>

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>
---
 include/configs/spear-common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Stefan Roese March 7, 2012, 1:56 p.m. UTC | #1
On Wednesday 07 March 2012 13:03:58 Amit Virdi wrote:
> From: Vipin KUMAR <vipin.kumar@st.com>
> 
> 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>

Thanks,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
diff mbox

Patch

diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h
index 5540630..9c195eb 100644
--- a/include/configs/spear-common.h
+++ b/include/configs/spear-common.h
@@ -57,7 +57,6 @@ 
 
 /* Timer, HZ specific defines */
 #define CONFIG_SYS_HZ				(1000)
-#define CONFIG_SYS_HZ_CLOCK			(8300000)
 
 /* Flash configuration */
 #if defined(CONFIG_FLASH_PNOR)