Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-19 Thread Tom Rini
On Mon, Sep 09, 2013 at 05:41:46PM +0200, Wolfgang Denk wrote: Dear Rob, In message 522de2ff.2080...@gmail.com you wrote: What do I do with current boards that are wrong? I should make all these Good question... boards have build errors or fix them to use 1000 which may break them

Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-19 Thread Rob Herring
On Thu, Sep 19, 2013 at 2:06 PM, Tom Rini tr...@ti.com wrote: On Mon, Sep 09, 2013 at 05:41:46PM +0200, Wolfgang Denk wrote: Dear Rob, In message 522de2ff.2080...@gmail.com you wrote: What do I do with current boards that are wrong? I should make all these Good question... boards have

Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/19/2013 05:02 PM, Rob Herring wrote: On Thu, Sep 19, 2013 at 2:06 PM, Tom Rini tr...@ti.com wrote: On Mon, Sep 09, 2013 at 05:41:46PM +0200, Wolfgang Denk wrote: Dear Rob, In message 522de2ff.2080...@gmail.com you wrote: What do I do with

Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-09 Thread Wolfgang Denk
Dear Rob Herring, In message 1378670088-17602-1-git-send-email-robherri...@gmail.com you wrote: ... diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index e59ee96..4c25289 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -53,4 +53,8 @@

Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-09 Thread Rob Herring
On 09/09/2013 09:06 AM, Wolfgang Denk wrote: Dear Rob Herring, In message 1378670088-17602-1-git-send-email-robherri...@gmail.com you wrote: ... diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index e59ee96..4c25289 100644 --- a/include/config_fallbacks.h +++

Re: [U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition

2013-09-09 Thread Wolfgang Denk
Dear Rob, In message 522de2ff.2080...@gmail.com you wrote: What do I do with current boards that are wrong? I should make all these Good question... boards have build errors or fix them to use 1000 which may break them at runtime depending on their possible misuse of CONFIG_SYS_HZ?