From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 18 Apr 2014 17:29:53 +0800 Subject: [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4 In-Reply-To: <1397810803-12844-1-git-send-email-yamada.m@jp.panasonic.com> References: <1397810803-12844-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <5350F091.5020208@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro Yamada, On 04/18/2014 04:46 PM, Masahiro Yamada wrote: > Some new boards define CONFIG_SYS_HZ again! Remove. > > Signed-off-by: Masahiro Yamada Thanks. Acked-by: Bo Shen > --- > include/configs/T208xRDB.h | 1 - > include/configs/sama5d3_xplained.h | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h > index 743eee3..f354367 100644 > --- a/include/configs/T208xRDB.h > +++ b/include/configs/T208xRDB.h > @@ -655,7 +655,6 @@ unsigned long get_board_ddr_clk(void); > #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) > #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ > #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ > -#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks*/ > > /* > * For booting Linux, the board info and command line data > diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h > index 91cc7d8..41c946d 100644 > --- a/include/configs/sama5d3_xplained.h > +++ b/include/configs/sama5d3_xplained.h > @@ -17,7 +17,6 @@ > /* ARM asynchronous clock */ > #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 > #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ > -#define CONFIG_SYS_HZ 1000 > > #define CONFIG_AT91FAMILY > #define CONFIG_ARCH_CPU_INIT > Best Regards, Bo Shen