Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-10 Thread Michal Simek
On 07/10/2012 08:36 PM, Stephan Linz wrote: Am Dienstag, den 10.07.2012, 10:16 +0200 schrieb Michal Simek: On 07/09/2012 09:06 PM, Stephan Linz wrote: Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value. U

Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-10 Thread Stephan Linz
Am Dienstag, den 10.07.2012, 10:16 +0200 schrieb Michal Simek: > On 07/09/2012 09:06 PM, Stephan Linz wrote: > > Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: > >> microblaze: Fix CONFIG_SYS_HZ usage in board config > >> > >> Do not use hardcoded value. Use CONFIG_SYS_HZ instead. >

Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-10 Thread Michal Simek
On 07/09/2012 09:06 PM, Stephan Linz wrote: Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value. Use CONFIG_SYS_HZ instead. Separate static configuration to single block. Signed-off-by: Michal Simek --- a

Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-10 Thread Michal Simek
On 07/09/2012 08:26 PM, Stephan Linz wrote: Hi Michal, Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value. Use CONFIG_SYS_HZ instead. Separate static configuration to single block. Signed-off-by: Michal S

Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-09 Thread Stephan Linz
Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: > microblaze: Fix CONFIG_SYS_HZ usage in board config > > Do not use hardcoded value. Use CONFIG_SYS_HZ instead. > Separate static configuration to single block. > > Signed-off-by: Michal Simek > --- > arch/microblaze/cpu/timer.c

Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-09 Thread Stephan Linz
Hi Michal, Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: > microblaze: Fix CONFIG_SYS_HZ usage in board config > > Do not use hardcoded value. Use CONFIG_SYS_HZ instead. > Separate static configuration to single block. > > Signed-off-by: Michal Simek > --- > arch/microblaze/cpu

[U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-09 Thread Michal Simek
microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value. Use CONFIG_SYS_HZ instead. Separate static configuration to single block. Signed-off-by: Michal Simek --- arch/microblaze/cpu/timer.c| 69 --- arch/microblaze/include/asm/mi