Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-08 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1291205812-5491-1-git-send-email-prafu...@marvell.com> you wrote: > After ARM relocation, > any code executed directly or indirectly by board_init_f() have > global (BSS) variables need to be fixed. mostly timer.c needs to > fix on most of the ARM platforms. >

Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-07 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > > This patch makes timer related variables in gd_t available for > > all ARM implementation ---^ > Applied to u-boot-marvell.git master branch Thisis NOT a Marvell specific commit. It is not supposed to go through the Marvell reposito

Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-07 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Wednesday, December 01, 2010 5:47 PM > To: u-boot@lists.denx.de > Cc: Manas Saksena; Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar > Subject: [PATCH] ARM: make timer variables in gt_t available fo

Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-02 Thread Nick Thompson
On 01/12/10 12:16, Prafulla Wadaskar wrote: > After ARM relocation, > any code executed directly or indirectly by board_init_f() have > global (BSS) variables need to be fixed. mostly timer.c needs to > fix on most of the ARM platforms. > > This patch makes timer related variables in gd_t availabl

[U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-01 Thread Prafulla Wadaskar
After ARM relocation, any code executed directly or indirectly by board_init_f() have global (BSS) variables need to be fixed. mostly timer.c needs to fix on most of the ARM platforms. This patch makes timer related variables in gd_t available for all ARM implementation Signed-off-by: Prafulla Wa