All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 4
Date: Fri, 18 Apr 2014 17:29:53 +0800	[thread overview]
Message-ID: <5350F091.5020208@atmel.com> (raw)
In-Reply-To: <1397810803-12844-1-git-send-email-yamada.m@jp.panasonic.com>

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

      reply	other threads:[~2014-04-18  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5350F091.5020208@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.