| Submitter | Amit Virdi |
|---|---|
| Date | March 7, 2012, 12:03 p.m. |
| Message ID | <1331121854-20494-10-git-send-email-amit.virdi@st.com> |
| Download | mbox | patch |
| Permalink | /patch/145216/ |
| State | Accepted |
| Commit | 08166e19217cdcfd268760ecb7e94a3b1bdc4783 |
| Delegated to: | Stefan Roese |
| Headers | show |
Comments
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
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)