All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4
@ 2014-04-18  8:46 Masahiro Yamada
  2014-04-18  9:29 ` Bo Shen
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2014-04-18  8:46 UTC (permalink / raw)
  To: u-boot

Some new boards define CONFIG_SYS_HZ again! Remove.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4
  2014-04-18  8:46 [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4 Masahiro Yamada
@ 2014-04-18  9:29 ` Bo Shen
  0 siblings, 0 replies; 2+ messages in thread
From: Bo Shen @ 2014-04-18  9:29 UTC (permalink / raw)
  To: u-boot

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 <yamada.m@jp.panasonic.com>

Thanks.

Acked-by: Bo Shen <voice.shen@atmel.com>

> ---
>   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-18  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18  8:46 [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4 Masahiro Yamada
2014-04-18  9:29 ` Bo Shen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.